diff options
author | nicm <nicm> | 2013-10-10 23:31:28 +0000 |
---|---|---|
committer | nicm <nicm> | 2013-10-10 23:31:28 +0000 |
commit | 17ec688ced8c1d6104cab700f9713cfa0fa1f858 (patch) | |
tree | bf8ff8463e0772d501d8ffb6f29558b7a5f6da58 /tmux.1 | |
parent | 0b77d17b35fad797b26632f3305dcd2c9b994a3f (diff) | |
download | rtmux-17ec688ced8c1d6104cab700f9713cfa0fa1f858.tar.gz rtmux-17ec688ced8c1d6104cab700f9713cfa0fa1f858.tar.bz2 rtmux-17ec688ced8c1d6104cab700f9713cfa0fa1f858.zip |
Bracket in the wrong place in description of c0-change-trigger.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2734,8 +2734,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 |