diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-25 08:39:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-25 08:39:39 +0000 |
commit | 744ccb7cc933c6e433a3b4a4c889364540689829 (patch) | |
tree | 93c072af72b24bb6bda8d50016b0129c67a5f421 | |
parent | db584544f405f2e2ac9f8c35d04f3b6e017451e7 (diff) | |
download | rtmux-744ccb7cc933c6e433a3b4a4c889364540689829.tar.gz rtmux-744ccb7cc933c6e433a3b4a4c889364540689829.tar.bz2 rtmux-744ccb7cc933c6e433a3b4a4c889364540689829.zip |
Sync OpenBSD patchset 174:
up-pane and down-pane no longer auto-repeat; update the description of
repeat-time accordingly. ok nicm@
if you prefer old behaviour;
bind -r Up up-pane
bind -r Down down-pane
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.129 2009-07-23 13:06:31 tcunha Exp $ +.\" $Id: tmux.1,v 1.130 2009-07-25 08:39:39 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1225,9 +1225,7 @@ Whether a key repeats may be set when it is bound using the flag to .Ic bind-key . Repeat is enabled for the default keys of the -.Ic up-pane , -.Ic down-pane , -.Ic resize-pane-up , +.Ic resize-pane-up and .Ic resize-pane-down commands. |