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.102 by ayin, Fri Jan 20 18:04:32 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;
952 957
953Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) 958Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E)
954character is passed through. It may contain escape values as described 959character is passed through. It may contain escape values as described
955in the entry on B<keysym> following. 960in the entry on B<keysym> following.
956 961
957=item B<secondaryScreen:> I<bool> 962=item B<secondaryScreen:> I<boolean>
958 963
959Turn on/off secondary screen (default enabled). 964Turn on/off secondary screen (default enabled).
960 965
961=item B<secondaryScroll:> I<bool> 966=item B<secondaryScroll:> I<boolean>
962 967
963Turn on/off secondary screen scroll (default enabled). If the this 968Turn on/off secondary screen scroll (default enabled). If the this
964option is enabled, scrolls on the secondary screen will change the 969option is enabled, scrolls on the secondary screen will change the
965scrollback buffer and switching to/from the secondary screen will 970scrollback buffer and switching to/from the secondary screen will
966instead scroll the screen up. 971instead scroll the screen up.
967 972
968=item B<hold>: I<bool> 973=item B<hold>: I<boolean>
969 974
970Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@ 975Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
971will not immediately destroy its window when the program executed within 976will 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 977it exits. Instead, it will wait till it is being killed or closed by the
973user. 978user.
1128Specifies the program to be started with a URL argument. Used by the 1133Specifies the program to be started with a URL argument. Used by the
1129C<selection-popup> and C<mark-urls> perl extensions. 1134C<selection-popup> and C<mark-urls> perl extensions.
1130 1135
1131=item B<transient-for>: I<windowid> 1136=item B<transient-for>: I<windowid>
1132 1137
1133Sets the WM_TRANSIENT_FOR property to the given window iw. 1138Compile I<frills>: Sets the WM_TRANSIENT_FOR property to the given window id.
1139
1140=item B<override-redirect>: I<boolean>
1141
1142Compile I<frills>: Sets override-redirect for the terminal window, making
1143it almost invisible to window managers; option B<-override-redirect>.
1134 1144
1135=back 1145=back
1136 1146
1137=head1 THE SCROLLBAR 1147=head1 THE SCROLLBAR
1138 1148
1180selection, and trailing whitespace is visually underlined and removed from 1190selection, and trailing whitespace is visually underlined and removed from
1181the selection. 1191the selection.
1182 1192
1183=item B<Insertion>: 1193=item B<Insertion>:
1184 1194
1185Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in 1195Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@> window
1186an B<@@RXVT_NAME@@> window causes the current text selection to be 1196causes the value of the PRIMARY selection (Shift for CLIPBOARD) to be inserted
1187inserted as if it had been typed on the keyboard. 1197as if it had been typed on the keyboard.
1198B<Shift-Insert> causes the value of the PRIMARY selection to be inserted too.
1188 1199
1189=back 1200=back
1190 1201
1191=head1 CHANGING FONTS 1202=head1 CHANGING FONTS
1192 1203
1370 1381
1371=item B<SHELL> 1382=item B<SHELL>
1372 1383
1373The shell to be used for command execution, defaults to C</bin/sh>. 1384The shell to be used for command execution, defaults to C</bin/sh>.
1374 1385
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> 1386=item B<RXVT_SOCKET>
1385 1387
1386The unix domain socket path used by @@RXVT_NAME@@c(1) and 1388The unix domain socket path used by @@RXVT_NAME@@c(1) and
1387@@RXVT_NAME@@d(1). 1389@@RXVT_NAME@@d(1).
1388 1390
1457 1459
1458Project Coordinator (changes.txt 2.21a to 2.4.5) 1460Project Coordinator (changes.txt 2.21a to 2.4.5)
1459 1461
1460=item Geoff Wing L<< <gcw@pobox.com> >> 1462=item Geoff Wing L<< <gcw@pobox.com> >>
1461 1463
1462Rewrote screen display and text selection routines. Project Coordinator 1464Rewrote screen display and text selection routines.
1465
1463(changes.txt 2.4.6 - rxvt-unicode) 1466Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
1464 1467
1465=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >> 1468=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >>
1466 1469
1467Forked rxvt-unicode, rewrote most of the display code and internal 1470Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1468character handling to store text in unicode, improve xterm 1471extension, random hacks, numerous bugfixes and extensions.
1469compatibility and apply numerous other bugfixes and extensions.
1470 1472
1471Project Coordinator (Changes 1.0 -) 1473Project Coordinator (Changes 1.0 -)
1472 1474
1475=item Emanuele Giaquinta L<< <e.giaquinta@glauco.it> >>
1476
1477Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing.
1478
1473=back 1479=back
1474 1480

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines