On Tue, Dec 11, 2012 at 12:03:40PM +0530, Sinbad wrote:
>how do i vertical split using join-pane command.
What do you mean?
>and also junk chars are shown as pane dividers
>how can i change that. $TERM is set to xterm-256color
>both inside and outside tmux.
This is wrong inside
Hi
Why do you pick the last session containing the window in
window_name_callback?
I don't like this much, I think either we should add format_window and
do without a session or follow the same logic as cmd_window_session.
Otherwise this looks reasonable to me.
On Tue, Dec 11, 2012 at 12:00:03
Hi
You definitely shouldn't use C0 control codes for this, you should
probably use DCS but with a different prefix instead of "tmux;" which is
used for raw passthrough (look at input_dcs_dispatch).
However, I'm not sure we need code to do this at all. Can't you use a
wrapper script that sets the
I tend to have a lot of windows with long-ish processes running in them, and
wanted a way to see their status at a glance. Specifically:
1) When a command completes the window status shows that it passed or failed,
and the indicator disappears when I visit the window.
2) When a command starts