aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-05-11 10:10:16 +0000
committernicm <nicm>2015-05-11 10:10:16 +0000
commit44364d7112037bebb0bb1d20f72b12b1f736fa95 (patch)
treed0ef088406d41f57c10931b3291b8f82b1c2bf07 /tmux.1
parent92faa2eaebd32117f01b0b7d7ae81abdfde2d935 (diff)
downloadrtmux-44364d7112037bebb0bb1d20f72b12b1f736fa95.tar.gz
rtmux-44364d7112037bebb0bb1d20f72b12b1f736fa95.tar.bz2
rtmux-44364d7112037bebb0bb1d20f72b12b1f736fa95.zip
Remove the c0-* options which never really worked satisfactorily. Going
to try something else...
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.118
1 files changed, 0 insertions, 18 deletions
diff --git a/tmux.1 b/tmux.1
index 9debeaf4..79dfa4b4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2886,24 +2886,6 @@ used when the
.Ic automatic-rename
option is enabled.
.Pp
-.It Ic c0-change-interval Ar interval
-.It Ic c0-change-trigger Ar trigger
-These two options configure a simple form of rate limiting for a pane.
-If
-.Nm
-sees more than
-.Ar trigger
-C0 sequences that modify the screen (for example, carriage returns, linefeeds
-or backspaces) in one millisecond, it will stop updating the pane immediately and
-instead redraw it entirely every
-.Ar interval
-milliseconds.
-This helps to prevent fast output (such as
-.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
.It Ic clock-mode-colour Ar colour
Set clock colour.
.Pp