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

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.118 by root, Thu May 10 22:42:03 2012 UTC vs.
Revision 1.119 by root, Sun Sep 9 12:21:25 2012 UTC

1.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14) 1.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16)
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sp \" Vertical space (when we can't use .PP) 5.de Sp \" Vertical space (when we can't use .PP)
6.if t .sp .5v 6.if t .sp .5v
122.\} 122.\}
123.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
124.\" ======================================================================== 124.\" ========================================================================
125.\" 125.\"
126.IX Title "@@RXVT_NAME@@ 7" 126.IX Title "@@RXVT_NAME@@ 7"
127.TH @@RXVT_NAME@@ 7 "2012-05-11" "@@RXVT_VERSION@@" "RXVT-UNICODE" 127.TH @@RXVT_NAME@@ 7 "2012-09-04" "@@RXVT_VERSION@@" "RXVT-UNICODE"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes 128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents. 129.\" way too many mistakes in technical documents.
130.if n .ad l 130.if n .ad l
131.nh 131.nh
132.SH "NAME" 132.SH "NAME"
270.Vb 12 270.Vb 12
271\& # Bourne/Korn/POSIX family of shells: 271\& # Bourne/Korn/POSIX family of shells:
272\& [ ${TERM:\-foo} = foo ] && TERM=xterm # assume an xterm if we don\*(Aqt know 272\& [ ${TERM:\-foo} = foo ] && TERM=xterm # assume an xterm if we don\*(Aqt know
273\& if [ ${TERM:\-foo} = xterm ]; then 273\& if [ ${TERM:\-foo} = xterm ]; then
274\& stty \-icanon \-echo min 0 time 15 # see if enhanced rxvt or not 274\& stty \-icanon \-echo min 0 time 15 # see if enhanced rxvt or not
275\& echo \-n \*(Aq^[Z\*(Aq 275\& printf "\eeZ"
276\& read term_id 276\& read term_id
277\& stty icanon echo 277\& stty icanon echo
278\& if [ ""${term_id} = \*(Aq^[[?1;2C\*(Aq \-a ${DISPLAY:\-foo} = foo ]; then 278\& if [ ""${term_id} = \*(Aq^[[?1;2C\*(Aq \-a ${DISPLAY:\-foo} = foo ]; then
279\& echo \-n \*(Aq^[[7n\*(Aq # query the rxvt we are in for the DISPLAY string 279\& printf \*(Aq\ee[7n\*(Aq # query the rxvt we are in for the DISPLAY string
280\& read DISPLAY # set it in our local shell 280\& read DISPLAY # set it in our local shell
281\& fi 281\& fi
282\& fi 282\& fi
283.Ve 283.Ve
284.PP 284.PP
285\fIHow do I compile the manual pages on my own?\fR 285\fIHow do I compile the manual pages on my own?\fR
804private mode: 804private mode:
805.PP 805.PP
806.Vb 3 806.Vb 3
807\& # use Backspace = ^H 807\& # use Backspace = ^H
808\& $ stty erase ^H 808\& $ stty erase ^H
809\& $ echo \-n "^[[?67h" 809\& $ printf "\ee[?67h"
810\& 810\&
811\& # use Backspace = ^? 811\& # use Backspace = ^?
812\& $ stty erase ^? 812\& $ stty erase ^?
813\& $ echo \-n "^[[?67l" 813\& $ printf "\ee[?67l"
814.Ve 814.Ve
815.PP 815.PP
816This helps satisfy some of the Backspace discrepancies that occur, but 816This helps satisfy some of the Backspace discrepancies that occur, but
817if you use Backspace = \f(CW\*(C`^H\*(C'\fR, make sure that the termcap/terminfo value 817if you use Backspace = \f(CW\*(C`^H\*(C'\fR, make sure that the termcap/terminfo value
818properly reflects that. 818properly reflects that.
2609\& hold on exit (\-hold) 2609\& hold on exit (\-hold)
2610\& compile in built\-in block graphics 2610\& compile in built\-in block graphics
2611\& skip builtin block graphics (\-sbg) 2611\& skip builtin block graphics (\-sbg)
2612\& separate highlight colour (\-highlightColor, \-highlightTextColor) 2612\& separate highlight colour (\-highlightColor, \-highlightTextColor)
2613\& extended mouse reporting modes (1005 and 1015). 2613\& extended mouse reporting modes (1005 and 1015).
2614\& visual selection via \-visual and \-depth.
2614.Ve 2615.Ve
2615.Sp 2616.Sp
2616It also enables some non-essential features otherwise disabled, such as: 2617It also enables some non-essential features otherwise disabled, such as:
2617.Sp 2618.Sp
2618.Vb 11 2619.Vb 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines