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.129 by root, Wed Dec 31 14:40:24 2014 UTC vs.
Revision 1.130 by root, Sat May 14 08:28:25 2016 UTC

1.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) 1.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
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
131.\} 131.\}
132.rm #[ #] #H #V #F C 132.rm #[ #] #H #V #F C
133.\" ======================================================================== 133.\" ========================================================================
134.\" 134.\"
135.IX Title "@@RXVT_NAME@@ 7" 135.IX Title "@@RXVT_NAME@@ 7"
136.TH @@RXVT_NAME@@ 7 "2014-12-31" "@@RXVT_VERSION@@" "RXVT-UNICODE" 136.TH @@RXVT_NAME@@ 7 "2016-01-23" "@@RXVT_VERSION@@" "RXVT-UNICODE"
137.\" For nroff, turn off justification. Always turn off hyphenation; it makes 137.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138.\" way too many mistakes in technical documents. 138.\" way too many mistakes in technical documents.
139.if n .ad l 139.if n .ad l
140.nh 140.nh
141.SH "NAME" 141.SH "NAME"
745.Ve 745.Ve
746.PP 746.PP
747This will keep the default extensions, but disable the two popup 747This will keep the default extensions, but disable the two popup
748extensions. Some extensions can also be configured, for example, 748extensions. Some extensions can also be configured, for example,
749scrollback search mode is triggered by \fBM\-s\fR. You can move it to any 749scrollback search mode is triggered by \fBM\-s\fR. You can move it to any
750other combination either by setting the \fBsearchable-scrollback\fR resource: 750other combination by adding a \fBkeysym\fR resource that binds the desired
751combination to the \f(CW\*(C`start\*(C'\fR action of \f(CW\*(C`searchable\-scrollback\*(C'\fR and another
752one that binds \fBM\-s\fR to the \f(CW\*(C`builtin:\*(C'\fR action:
751.PP 753.PP
752.Vb 1 754.Vb 2
753\& URxvt.searchable\-scrollback: CM\-s 755\& URxvt.keysym.CM\-s: searchable\-scrollback:start
756\& URxvt.keysym.M\-s: builtin:
754.Ve 757.Ve
755.PP 758.PP
756\fIThe cursor moves when selecting text in the current input line, how do I switch this off?\fR 759\fIThe cursor moves when selecting text in the current input line, how do I switch this off?\fR
757.IX Subsection "The cursor moves when selecting text in the current input line, how do I switch this off?" 760.IX Subsection "The cursor moves when selecting text in the current input line, how do I switch this off?"
758.PP 761.PP
1166\fII need a termcap file entry.\fR 1169\fII need a termcap file entry.\fR
1167.IX Subsection "I need a termcap file entry." 1170.IX Subsection "I need a termcap file entry."
1168.PP 1171.PP
1169One reason you might want this is that some distributions or operating 1172One reason you might want this is that some distributions or operating
1170systems still compile some programs using the long-obsoleted termcap 1173systems still compile some programs using the long-obsoleted termcap
1171library (Fedora Core's bash is one example) and rely on a termcap entry 1174library (Fedora's bash is one example) and rely on a termcap entry
1172for \f(CW\*(C`rxvt\-unicode\*(C'\fR. 1175for \f(CW\*(C`rxvt\-unicode\*(C'\fR.
1173.PP 1176.PP
1174You could use rxvt's termcap entry with reasonable results in many cases. 1177You could use rxvt's termcap entry with reasonable results in many cases.
1175You can also create a termcap entry by using terminfo's infocmp program 1178You can also create a termcap entry by using terminfo's infocmp program
1176like this: 1179like this:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines