hi,
I am new to tmux and just start to make my experiences with it (just
switched from screen). So maybe this question is not new (sorry, the
mailing list archive is not searchable ...): Is there a way to have a
status bar with more than one line?
best regards
S.Tramp
--
Sebastian Tramp
WebID:
And just another question: Is there a resource available, where I can
see examples for the monitor-content option? I've played around a little
bit but wasn't successful (try a configure al mcabber alert)
best regards
ST
--
Sebastian Tramp
WebID: http://sebastian.tramp.name
In input.c, several of the input_enter_* functions do this:
ictx->input_len = 0;
This is intended to be the number of characters in ictx->input_buf.
However, a few functions use input_buf without checking input_len. You
can see the effect of this in the following example:
$ echo -e '\e]1;Ran
Not at the moment, no.
On Thu, Jan 27, 2011 at 02:09:29PM +0100, Sebastian Tramp wrote:
> hi,
>
> I am new to tmux and just start to make my experiences with it (just
> switched from screen). So maybe this question is not new (sorry, the
> mailing list archive is not searchable ...): Is there a