diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-17 17:16:31 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-17 17:16:31 +0000 |
commit | 1237025d99bd6b774bc89926f7c129bf4ade69a9 (patch) | |
tree | d4d95a556627975f652d75beb5ed4eb9e5b7d2d8 | |
parent | f10977afa3a7f50a47b8ae6f4a60c652d5d44075 (diff) | |
download | rtmux-1237025d99bd6b774bc89926f7c129bf4ade69a9.tar.gz rtmux-1237025d99bd6b774bc89926f7c129bf4ade69a9.tar.bz2 rtmux-1237025d99bd6b774bc89926f7c129bf4ade69a9.zip |
Document xterm-keys
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | tmux.1 | 11 |
2 files changed, 11 insertions, 2 deletions
@@ -72,4 +72,4 @@ soon: - neww should support -k for 0.6: -- document xterm-keys +- release it! @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.65 2009-01-16 22:52:31 tcunha Exp $ +.\" $Id: tmux.1,v 1.66 2009-01-17 17:16:31 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -945,6 +945,15 @@ command. Instructs .Nm to expect UTF-8 sequences to appear in this window. +.It Xo xterm-keys +.Op Ic on | Ic off +.Xc +If this option is set, +.Nm +will generate +.Xr xterm 1 -style +function key sequences; these have a number included to indicate modifiers such +as shift, meta or ctrl. .El .It Xo Ic show-buffer .Op Fl b Ar buffer-index |