10 ms·
What features do you gain by architecting tmux/screen that way? It seems like you'd lose a nice feature, the ability to persist sessions' appearance after the c
by samcal 5y ago
What features do you gain by architecting tmux/screen that way? It seems like you'd lose a nice feature, the ability to persist sessions' appearance after the client exits
- Ericson2314 5y agoThe ability to render things client side in a way the server doesn't anticipate, e.g. native widgets on various platforms. I don't see myself loosing anything of value? If the data you are talking about is e.g scroll back, nothing is preventing me from storing a wee bit extra metadata on the server.