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
+++ b/cmd
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.
>
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 4
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
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 pre
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