Re: [PATCH] More window status indicators

2012-12-17 Thread Scott Frazer
On Thu, Dec 13, 2012 at 9:57 AM, Nicholas Marriott wrote: > On Thu, Dec 13, 2012 at 09:38:01AM -0500, Scott Frazer wrote: >> On Wed, Dec 12, 2012 at 2:21 PM, Nicholas Marriott >> wrote: >> > Hi >> > >> > You definitely shouldn't use C0 control codes

Re: [PATCH] More window status indicators

2012-12-14 Thread Scott Frazer
On Wed, Dec 12, 2012 at 2:21 PM, Nicholas Marriott wrote: > 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). > Yes, I thought that was proba

[PATCH] More window status indicators

2012-12-12 Thread Scott Frazer
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