ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.97 by root, Mon May 2 09:57:40 2011 UTC vs.
Revision 1.98 by root, Wed Jun 22 15:18:06 2011 UTC

122.\} 122.\}
123.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
124.\" ======================================================================== 124.\" ========================================================================
125.\" 125.\"
126.IX Title "@@RXVT_NAME@@ 1" 126.IX Title "@@RXVT_NAME@@ 1"
127<<<<<<< rxvt.1.man.in
128<<<<<<< rxvt.1.man.in
129.TH @@RXVT_NAME@@ 1 "2011-06-09" "@@RXVT_VERSION@@" "RXVT-UNICODE"
130=======
131.TH @@RXVT_NAME@@ 1 "2010-12-13" "@@RXVT_VERSION@@" "RXVT-UNICODE"
132>>>>>>> 1.95
133=======
127.TH @@RXVT_NAME@@ 1 "2011-05-02" "@@RXVT_VERSION@@" "RXVT-UNICODE" 134.TH @@RXVT_NAME@@ 1 "2011-05-02" "@@RXVT_VERSION@@" "RXVT-UNICODE"
135>>>>>>> 1.97
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes 136.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents. 137.\" way too many mistakes in technical documents.
130.if n .ad l 138.if n .ad l
131.nh 139.nh
132.SH "NAME" 140.SH "NAME"
955\&\fBTrue\fR: scroll to bottom when tty receives output; option \fB\-si\fR. 963\&\fBTrue\fR: scroll to bottom when tty receives output; option \fB\-si\fR.
956\&\fBFalse\fR: do not scroll to bottom when tty receives output; option 964\&\fBFalse\fR: do not scroll to bottom when tty receives output; option
957\&\fB+si\fR. 965\&\fB+si\fR.
958.IP "\fBscrollWithBuffer:\fR \fIboolean\fR" 4 966.IP "\fBscrollWithBuffer:\fR \fIboolean\fR" 4
959.IX Item "scrollWithBuffer: boolean" 967.IX Item "scrollWithBuffer: boolean"
960\&\fBTrue\fR: scroll with scrollback buffer when tty receives new lines (and 968\&\fBTrue\fR: scroll with scrollback buffer when tty receives new lines (i.e.
961\&\fBscrollTtyOutput\fR is False); option \fB\-sw\fR. \fBFalse\fR: do not scroll 969try to show the same lines) and \fBscrollTtyOutput\fR is False; option
962with scrollback buffer when tty receives new lines; option \fB+sw\fR. 970\&\fB\-sw\fR. \fBFalse\fR: do not scroll with scrollback buffer when tty receives
971new lines; option \fB+sw\fR.
963.IP "\fBscrollTtyKeypress:\fR \fIboolean\fR" 4 972.IP "\fBscrollTtyKeypress:\fR \fIboolean\fR" 4
964.IX Item "scrollTtyKeypress: boolean" 973.IX Item "scrollTtyKeypress: boolean"
965\&\fBTrue\fR: scroll to bottom when a non-special key is pressed. Special keys 974\&\fBTrue\fR: scroll to bottom when a non-special key is pressed. Special keys
966are those which are intercepted by rxvt-unicode for special handling and 975are those which are intercepted by rxvt-unicode for special handling and
967are not passed onto the shell; option \fB\-sk\fR. \fBFalse\fR: do not scroll to 976are not passed onto the shell; option \fB\-sk\fR. \fBFalse\fR: do not scroll to
1148performed in an exact manner; however, the closest match is assured. 1157performed in an exact manner; however, the closest match is assured.
1149.Sp 1158.Sp
1150\&\fIstring\fR may contain escape values (\f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\e000\*(C'\fR: octal 1159\&\fIstring\fR may contain escape values (\f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\e000\*(C'\fR: octal
1151number), see \s-1RESOURCES\s0 in \f(CW\*(C`man 7 X\*(C'\fR for further details. 1160number), see \s-1RESOURCES\s0 in \f(CW\*(C`man 7 X\*(C'\fR for further details.
1152.Sp 1161.Sp
1162<<<<<<< rxvt.1.man.in
1163<<<<<<< rxvt.1.man.in
1164You can define a range of keysyms in one shot by providing a \fIstring\fR
1165with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimiter `/'
1166should be a character not used by the strings.
1167.Sp
1168Its usage can be demonstrated by an example:
1169.Sp
1170.Vb 1
1171\& URxvt.keysym.M\-C\-0x61: list|\e033<|abc|>
1172.Ve
1173.Sp
1174The above line is equivalent to the following three lines:
1175.Sp
1176.Vb 3
1177\& URxvt.keysym.Meta\-Control\-0x61: \e033<a>
1178\& URxvt.keysym.Meta\-Control\-0x62: \e033<b>
1179\& URxvt.keysym.Meta\-Control\-0x63: \e033<c>
1180.Ve
1181.Sp
1182=======
1183You can define a range of keysyms in one shot by providing a \fIstring\fR
1184with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimiter `/'
1185should be a character not used by the strings.
1186.Sp
1187Its usage can be demonstrated by an example:
1188.Sp
1189.Vb 1
1190\& URxvt.keysym.M\-C\-0x61: list|\e033<M\-C\-|abc|>
1191.Ve
1192.Sp
1193The above line is equivalent to the following three lines:
1194.Sp
1195.Vb 3
1196\& URxvt.keysym.Meta\-Control\-0x61: \e033<M\-C\-a>
1197\& URxvt.keysym.Meta\-Control\-0x62: \e033<M\-C\-b>
1198\& URxvt.keysym.Meta\-Control\-0x63: \e033<M\-C\-c>
1199.Ve
1200.Sp
1201>>>>>>> 1.95
1202=======
1203>>>>>>> 1.97
1153If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR 1204If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR
1154is interpreted and executed as @@RXVT_NAME@@'s control sequence. For 1205is interpreted and executed as @@RXVT_NAME@@'s control sequence. For
1155example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR 1206example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR
1156when Control-Meta-c is being pressed": 1207when Control-Meta-c is being pressed":
1157.Sp 1208.Sp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines