diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-10-11 16:52:39 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-10-11 16:52:39 +0100 |
commit | 8bcdd8fc21dd97c973c1af7ab9dd9e7acd9650c1 (patch) | |
tree | 3320e1e3b53905d8c50b6067c27b14946271c35b /tmux.1 | |
parent | e588ddb5d683a9fd5cf595ac5ed2d8ba657a6bcf (diff) | |
parent | d518067be6220757a9101ca27fff14d5f599c410 (diff) | |
download | rtmux-8bcdd8fc21dd97c973c1af7ab9dd9e7acd9650c1.tar.gz rtmux-8bcdd8fc21dd97c973c1af7ab9dd9e7acd9650c1.tar.bz2 rtmux-8bcdd8fc21dd97c973c1af7ab9dd9e7acd9650c1.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Conflicts:
cmd-split-window.c
cmd-unbind-key.c
format.c
osdep-openbsd.c
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2738,8 +2738,8 @@ instead redraw it entirely every .Ar interval milliseconds. This helps to prevent fast output (such as -.Xr yes 1 -overwhelming the terminal). +.Xr yes 1 ) +overwhelming the terminal. The default is a trigger of 250 and an interval of 100. A trigger of zero disables the rate limiting. .Pp @@ -3812,4 +3812,4 @@ bind-key S command-prompt "new-window -n %1 'ssh %1'" .Sh SEE ALSO .Xr pty 4 .Sh AUTHORS -.An Nicholas Marriott Aq nicm@users.sourceforge.net +.An Nicholas Marriott Aq Mt nicm@users.sourceforge.net |