Re: [PATCH] add -b flag to split-window

2014-11-21 Thread Felix Rosencrantz
A, B C, & D are panes. If you start with a window with a single pane A, and call "split-window" you get window split evenly vertically layout [A,B]: A B Then if from B you call "split-window -h" you have window layout like: [A,{B,C}] AA BC If you then call split-window from C, you get a window l

Re: [PATCH 1/2] Fix broken reflowing after insert/delete characters

2014-11-21 Thread Balazs Kezes
Hey Nick! Sorry, but this is still broken. :( You can reproduce it in bash, if you type "a b" then go to the beginning press "c": you can see that the "b" has disappeared and all you can see is "ca". Here's a patch to fix this. diff --git a/grid-view.c b/grid-view.c index a34c5a0..defb86d 10064

Re: Can we get Tmux to support more Function keys (F-keys) than just up to F20?

2014-11-21 Thread Steven Lu
Is there a reference that shows what the escape key codes for those modified function keys (F13-F64) should be? Most terminal emulator applications don't really have good coverage of these key combinations, but e.g. iTerm for OS X does allow you to assign arbitrary escape sequences to key combinati