[PATCH] add -b flag to split-window

2014-11-12 Thread Felix Rosencrantz
This patch adds the -b flag to split-window, which is consistent with the -b flag of the join-window command. I like this when I want to create a pane above the current pane. -FR. diff --git a/cmd-split-window.c b/cmd-split-window.c index f88b2f6..e09b5a3 100644 --- a/cmd-split-window.c +++

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

2014-11-12 Thread Nicholas Marriott
Like it. Applied - thanks On Wed, Nov 12, 2014 at 09:40:03AM -0800, Felix Rosencrantz wrote: This patch adds the -b flag to split-window, which is consistent with the -b flag of the join-window command.** I like this when I want to create a pane above the current pane. -FR. diff

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

2014-11-12 Thread Nicholas Marriott
Looks good, applied thanks On Mon, Nov 10, 2014 at 08:55:38PM +, Balazs Kezes wrote: On 2014-11-10 20:04 +, Nicholas Marriott wrote: I reverted the grid-view.c change because it breaks insertion. Try: $ tmux new 'tput ich 10' Oh, sorry about that. What a silly mistake, the 4th

Putty/xterm window titlebar not updating

2014-11-12 Thread B B
When launching a bash shell on my Ubuntu 12.04 box either directly through putty or xterm, or via a shell under screen from putty or xterm, the below command correctly sets my putty window title to testing (and to testing on ${HOSTNAME} in the case of xterm). echo -ne \033]0;testing\007 But

Hello, question about monitors turning off (power save mode)

2014-11-12 Thread Locane
After loading up tmux, and running a script that changes the status bar at the bottom to reflect a stress test, the monitor turns off after a period. Naturally, I looked for ways to disable this in CentOS 6.5, but they don't seem to be having any effect when in a tmux session. Does tmux have a

Re: Hello, question about monitors turning off (power save mode)

2014-11-12 Thread Nicholas Marriott
This has nothing to do with tmux. In X you want to change DPMS settings with xset(1), for console you probably want something else. On Wed, Nov 12, 2014 at 03:21:27PM -0800, Locane wrote: After loading up tmux, and running a script that changes the status bar at the bottom to reflect a