tmux only uses the socket to pass the client environment and file descriptors up to the server and for some other odds and sods like telling the client to detach and suspend. Everything else is done directly by the server. So it isn't really useful for a full terminal display.
The idea is that we'll have a special form of client which makes the server use a simple text protocol on the stdin and stdout file descriptors instead of treating them as a terminal (sort of how inetd works). This has the advantage that it'll also work over ssh. On Thu, Mar 24, 2011 at 01:00:00PM -0700, Kekoa Proudfoot wrote: > I didn't mean iTerm2 should talk to tmux's socket directly, more that > there is already a protocol used over the socket. Why not have iTerm2 > reuse it? > > -Kekoa > > On Thu, Mar 24, 2011 at 12:01 PM, George Nachman <gnach...@llamas.org> wrote: > >> In a sense tmux is already client/server via a socket in /tmp but I > >> don't know if the protocol was done in a way that would allow new > >> clients to be written easily. > > > > The advantage of making the tmux client talk to iTerm2 over having iTerm2 > > communicate directly with tmux's socket is that you can ssh to a remote > > host, run the tmux client, and have iTerm2 talk to it. > > After iTerm2 exits beta this summer, I plan to tackle the tmux side of this > > problem. > > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and publish > your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users