[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(-

Re: tmux-double-click-on-status-line-opens-new-window.patch

2011-07-08 Thread marcel partap
this is a great idea. i've been interested in making tmux "tablet" friendly Heh well totally (: in various ways, and my current solution (dwm + xdotool + shell scripts that call tmux) is totally hack. i'd like to see this even expanded a bit so that one could in their .tmux.conf bind functions

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