diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-05-30 21:02:28 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-05-30 21:02:28 +0000 |
commit | f537870909c024ff5aaa7b9d15f3af469811ab3c (patch) | |
tree | 5386609fab5fbed8be22e4f575bfb6c87df04093 /tmux.1 | |
parent | 34e5ec18074b05f8ffc95bdefe7f7037ff046ecf (diff) | |
download | rtmux-f537870909c024ff5aaa7b9d15f3af469811ab3c.tar.gz rtmux-f537870909c024ff5aaa7b9d15f3af469811ab3c.tar.bz2 rtmux-f537870909c024ff5aaa7b9d15f3af469811ab3c.zip |
Fix a typo, spotted by Michal Mazurek..
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2831,7 +2831,7 @@ understands some extensions to .Xr terminfo 5 : .Bl -tag -width Ds .It Em Cc , Cr -Set the cursor color. +Set the cursor colour. The first takes a single string argument and is used to set the colour; the second takes no arguments and restores the default cursor colour. If set, a sequence such as this may be used |