On Fri, Nov 05, 2010 at 06:38:43PM -0700, George Nachman wrote:
> I guess I'm unclear on where the line is drawn between the tmux client
> and server. Is all state stored in the server, such as the scrollback
> buffer?
Yes, there is no state in the client aside from some very minor stuff
like exit
I guess I'm unclear on where the line is drawn between the tmux client
and server. Is all state stored in the server, such as the scrollback
buffer?
It may be the case that I have to write my own client, or extend the
existing client, which I'm OK with doing. I'd like my terminal
emulator to attac
On Fri, Nov 05, 2010 at 05:53:08PM -0700, George Nachman wrote:
> Hi tmux-users,
>
> I'm the maintainer for a terminal emulator on MacOS
> (http://iterm2.googlecode.com) and I am assessing the feasibility of
> adding support for acting as a tmux client to my program. I'm
> intrigued by your clien
Hi tmux-users,
I'm the maintainer for a terminal emulator on MacOS
(http://iterm2.googlecode.com) and I am assessing the feasibility of
adding support for acting as a tmux client to my program. I'm
intrigued by your client-server interface, which seems to make this
much more doable than in other