Re: Patch - add -F to display-message command

2012-02-21 Thread Nicholas Marriott
This will core if you give it -F w/o -t. Also, looking at it again: since jobsflag is 0 to status_replace so it won't run jobs, a format is enough I think (it will replace #W etc too). Perhaps this... I left -F to match the other formats but maybe it's unnecessary. Index: cmd-display-message.c =

Re: Patch - add -F to display-message command

2012-02-08 Thread George Nachman
No worries! I'll have more patches for you whenever you're ready :) On Wed, Feb 8, 2012 at 1:06 AM, Nicholas Marriott wrote: > This and the other stuff look good, I'm a bit behind right now, I'm > going to go through everything and comment or apply it later in the > week. > > Thanks > > > On Sun,

Re: Patch - add -F to display-message command

2012-02-08 Thread Nicholas Marriott
This and the other stuff look good, I'm a bit behind right now, I'm going to go through everything and comment or apply it later in the week. Thanks On Sun, Feb 05, 2012 at 10:06:04PM -0800, George Nachman wrote: > As we discussed earlier, this patch adds -F format to display-message. > If -F is

Re: Patch - add -F to display-message command

2012-02-06 Thread Ben Boeckel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Mon, Feb 06, 2012 at 06:06:04 GMT, George Nachman wrote: > As we discussed earlier, this patch adds -F format to display-message. > If -F is passed then that format is used in preference to the > 'message' argument. I have this independently here

Patch - add -F to display-message command

2012-02-05 Thread George Nachman
As we discussed earlier, this patch adds -F format to display-message. If -F is passed then that format is used in preference to the 'message' argument. Index: tmux.1 === --- tmux.1 (revision 2697) +++ tmux.1 (working copy)