Patch - add -P and -F format to break-pane

2012-03-09 Thread George Nachman
This is used by control mode to get the window ID of the new window. breakpane.patch Description: Binary data -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but

Patch - use window_set_name in window_name_callback

2012-03-09 Thread George Nachman
Missed this one in the previous window_set_name patch. names.patch Description: Binary data -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing a

[PATCH] When going up/down in copy-mode, remember the cursor's last x-position if it's past the end of the new line

2012-03-09 Thread Itay Perl
This is the behavior I see in text editors, and it makes the most sense to me. For example, say your terminal shows AAAXAAA AA AAAXAAA If the cursor is on the lower X and you press Up twice, you should end up on the upper X. Currently this only happens if the mid

Re: [tmux] Re: [PATCH] don't overwrite terminal contents on clear when alternate-screen=off

2012-03-09 Thread Nicholas Marriott
Well, it still behaves the same for me in xterm. vim overwrites what is in the terminal, it doesn't push it into the scrollback. There is no way for any application to control what the terminal keeps around in the scrollback, it's entirely up to the terminal. Well, aside from the "clear scrollback

Re: Patch - use window_set_name in window_name_callback

2012-03-09 Thread Nicholas Marriott
Applied, thanks. On Fri, Mar 09, 2012 at 10:12:04AM -0800, George Nachman wrote: > Missed this one in the previous window_set_name patch. > -- > Virtualization & Cloud Management Using Capacity Planning > Cloud computing