Re: [PATCH 1/1] Correctly handle flags being empty in list-keys

2011-07-08 Thread Nicholas Marriott
Whoops,fixed, thanks! On Fri, Jul 08, 2011 at 08:46:08AM +0100, Thomas Adam wrote: > Since the change in list-keys to make it copy and pastable in to a tmux > config file, the flags field which determines if the key binding is > repeatable, etc., prints garbage if the binding in question has no

[PATCH 1/1] Correctly handle flags being empty in list-keys

2011-07-08 Thread Thomas Adam
Since the change in list-keys to make it copy and pastable in to a tmux config file, the flags field which determines if the key binding is repeatable, etc., prints garbage if the binding in question has no flags. --- trunk/cmd-list-keys.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-