diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-06-23 19:19:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-06-23 19:19:08 +0000 |
commit | ddade84e0a405c8013473e0b1fc18da795f5cc99 (patch) | |
tree | 3b04cb4c9171842f79fdf69e90d5a9e67104ef50 | |
parent | 1cf916ca736b5b89a932f49eddadbd452a009354 (diff) | |
download | rtmux-ddade84e0a405c8013473e0b1fc18da795f5cc99.tar.gz rtmux-ddade84e0a405c8013473e0b1fc18da795f5cc99.tar.bz2 rtmux-ddade84e0a405c8013473e0b1fc18da795f5cc99.zip |
PatchSet 922
Date: 2011/05/30 22:02:28
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Fix a typo, spotted by Michal Mazurek..
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.318 2011-05-22 16:26:58 tcunha Exp $ +.\" $Id$ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 21 2011 $ +.Dd $Mdocdate: May 30 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -2835,7 +2835,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 |