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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.97 by root, Mon Jan 16 15:07:27 2006 UTC vs.
Revision 1.105 by root, Wed Jan 25 13:26:48 2006 UTC

297 297
298Compile I<frills>: Set MWM hints to request a borderless window, i.e. 298Compile I<frills>: Set MWM hints to request a borderless window, i.e.
299if honoured by the WM, the rxvt-unicode window will not have window 299if honoured by the WM, the rxvt-unicode window will not have window
300decorations; resource B<borderLess>. 300decorations; resource B<borderLess>.
301 301
302=item B<-override-redirect>
303
304Compile I<frills>: Sets override-redirect on the window; resource
305B<override-redirect>.
306
302=item B<-sbg> 307=item B<-sbg>
303 308
304Compile I<frills>: Disable the usage of the built-in block graphics/line 309Compile I<frills>: Disable the usage of the built-in block graphics/line
305drawing characters and just rely on what the specified fonts provide. Use 310drawing characters and just rely on what the specified fonts provide. Use
306this if you have a good font and want to use its block graphic glyphs; 311this if you have a good font and want to use its block graphic glyphs;
891pressed. If unset it will send the sequence traditionally associated 896pressed. If unset it will send the sequence traditionally associated
892with the B<Execute> key. 897with the B<Execute> key.
893 898
894=item B<cutchars:> I<string> 899=item B<cutchars:> I<string>
895 900
896The characters used as delimiters for double-click word selection. The 901The characters used as delimiters for double-click word selection
897built-in default: 902(whitespace delimiting is added automatically if resource is given).
903
904When the selection extension is in use (the default if compiled in, see
905the @@RXVT_NAME@@perl(3) manpage), a suitable regex using these characters
906will be created (if the resource exists, otherwise, no regex will be
907created). In this mode, characters outside ISO-8859-1 can be used.
908
909When the selection extension is not used, only ISO-8859-1 characters can
910be used. If not specified, the built-in default is used:
898 911
899B<< BACKSLASH `"'&()*,;<=>?@[]{|} >> 912B<< BACKSLASH `"'&()*,;<=>?@[]{|} >>
900 913
901=item B<preeditType:> I<style> 914=item B<preeditType:> I<style>
902 915
952 965
953Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) 966Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E)
954character is passed through. It may contain escape values as described 967character is passed through. It may contain escape values as described
955in the entry on B<keysym> following. 968in the entry on B<keysym> following.
956 969
957=item B<secondaryScreen:> I<bool> 970=item B<secondaryScreen:> I<boolean>
958 971
959Turn on/off secondary screen (default enabled). 972Turn on/off secondary screen (default enabled).
960 973
961=item B<secondaryScroll:> I<bool> 974=item B<secondaryScroll:> I<boolean>
962 975
963Turn on/off secondary screen scroll (default enabled). If the this 976Turn on/off secondary screen scroll (default enabled). If the this
964option is enabled, scrolls on the secondary screen will change the 977option is enabled, scrolls on the secondary screen will change the
965scrollback buffer and switching to/from the secondary screen will 978scrollback buffer and switching to/from the secondary screen will
966instead scroll the screen up. 979instead scroll the screen up.
967 980
968=item B<hold>: I<bool> 981=item B<hold>: I<boolean>
969 982
970Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@ 983Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
971will not immediately destroy its window when the program executed within 984will not immediately destroy its window when the program executed within
972it exits. Instead, it will wait till it is being killed or closed by the 985it exits. Instead, it will wait till it is being killed or closed by the
973user. 986user.
1128Specifies the program to be started with a URL argument. Used by the 1141Specifies the program to be started with a URL argument. Used by the
1129C<selection-popup> and C<mark-urls> perl extensions. 1142C<selection-popup> and C<mark-urls> perl extensions.
1130 1143
1131=item B<transient-for>: I<windowid> 1144=item B<transient-for>: I<windowid>
1132 1145
1133Sets the WM_TRANSIENT_FOR property to the given window iw. 1146Compile I<frills>: Sets the WM_TRANSIENT_FOR property to the given window id.
1147
1148=item B<override-redirect>: I<boolean>
1149
1150Compile I<frills>: Sets override-redirect for the terminal window, making
1151it almost invisible to window managers; option B<-override-redirect>.
1134 1152
1135=back 1153=back
1136 1154
1137=head1 THE SCROLLBAR 1155=head1 THE SCROLLBAR
1138 1156
1180selection, and trailing whitespace is visually underlined and removed from 1198selection, and trailing whitespace is visually underlined and removed from
1181the selection. 1199the selection.
1182 1200
1183=item B<Insertion>: 1201=item B<Insertion>:
1184 1202
1185Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in 1203Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@>
1186an B<@@RXVT_NAME@@> window causes the current text selection to be 1204window causes the value of the PRIMARY selection (or CLIPBOARD with the
1187inserted as if it had been typed on the keyboard. 1205Meta modifier) to be inserted as if it had been typed on the keyboard.
1206
1207Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be
1208inserted too.
1188 1209
1189=back 1210=back
1190 1211
1191=head1 CHANGING FONTS 1212=head1 CHANGING FONTS
1192 1213
1370 1391
1371=item B<SHELL> 1392=item B<SHELL>
1372 1393
1373The shell to be used for command execution, defaults to C</bin/sh>. 1394The shell to be used for command execution, defaults to C</bin/sh>.
1374 1395
1375=item B<RXVTPATH>
1376
1377The path where @@RXVT_NAME@@ looks for support files such as menu and xpm
1378files.
1379
1380=item B<PATH>
1381
1382Used in the same way as C<RXVTPATH>.
1383
1384=item B<RXVT_SOCKET> 1396=item B<RXVT_SOCKET>
1385 1397
1386The unix domain socket path used by @@RXVT_NAME@@c(1) and 1398The unix domain socket path used by @@RXVT_NAME@@c(1) and
1387@@RXVT_NAME@@d(1). 1399@@RXVT_NAME@@d(1).
1388 1400
1457 1469
1458Project Coordinator (changes.txt 2.21a to 2.4.5) 1470Project Coordinator (changes.txt 2.21a to 2.4.5)
1459 1471
1460=item Geoff Wing L<< <gcw@pobox.com> >> 1472=item Geoff Wing L<< <gcw@pobox.com> >>
1461 1473
1462Rewrote screen display and text selection routines. Project Coordinator 1474Rewrote screen display and text selection routines.
1475
1463(changes.txt 2.4.6 - rxvt-unicode) 1476Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
1464 1477
1465=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >> 1478=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >>
1466 1479
1467Forked rxvt-unicode, rewrote most of the display code and internal 1480Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1468character handling to store text in unicode, improve xterm 1481extension, random hacks, numerous bugfixes and extensions.
1469compatibility and apply numerous other bugfixes and extensions.
1470 1482
1471Project Coordinator (Changes 1.0 -) 1483Project Coordinator (Changes 1.0 -)
1472 1484
1485=item Emanuele Giaquinta L<< <e.giaquinta@glauco.it> >>
1486
1487Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing.
1488
1473=back 1489=back
1474 1490

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines