Both screen and tmux support screen sharing to greater or lessor degrees. It isn't used much, but when you want to share a screen not much else will do.
Screen sharing with screen is a little bit difficult since you have to deal with permissions of the terminal sometimes. This should be made easier. Perhaps a command line option which changes the permissions on the socket.
It'd also be useful to have an easy option of choosing the session socket directories. Though this might be less necessary if the sockets are stored in the user's home directory by default. We'd have to watch out for mounted home directories though.
Both screen and tmux support screen sharing to greater or lessor degrees. It isn't used much, but when you want to share a screen not much else will do.
Date: 2014-02-22 18:11:49
User: travisb
Screen sharing with screen is a little bit difficult since you have to deal with permissions of the terminal sometimes. This should be made easier. Perhaps a command line option which changes the permissions on the socket. It'd also be useful to have an easy option of choosing the session socket directories. Though this might be less necessary if the sockets are stored in the user's home directory by default. We'd have to watch out for mounted home directories though.