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.221 by sf-exg, Mon Nov 5 12:59:13 2012 UTC vs.
Revision 1.227 by sf-exg, Sat Apr 26 14:07:36 2014 UTC

1183=item B<searchable-scrollback:> I<keysym> 1183=item B<searchable-scrollback:> I<keysym>
1184 1184
1185Sets the hotkey that starts the incremental scrollback buffer search 1185Sets the hotkey that starts the incremental scrollback buffer search
1186(default: C<M-s>). 1186(default: C<M-s>).
1187 1187
1188=item B<urlLauncher>: I<string> 1188=item B<url-launcher>: I<string>
1189 1189
1190Specifies the program to be started with a URL argument. Used by the 1190Specifies the program to be started with a URL argument. Used by the
1191C<selection-popup> and C<matcher> perl extensions. 1191C<selection-popup> and C<matcher> perl extensions.
1192 1192
1193=item B<transient-for>: I<windowid> 1193=item B<transient-for>: I<windowid>
1205 1205
1206=item B<iso14755_52:> I<boolean> 1206=item B<iso14755_52:> I<boolean>
1207 1207
1208Turn on/off ISO 14755 5.2 mode (default enabled). 1208Turn on/off ISO 14755 5.2 mode (default enabled).
1209 1209
1210=back
1211
1210=head1 BACKGROUND IMAGE OPTIONS AND RESOURCES 1212=head1 BACKGROUND IMAGE OPTIONS AND RESOURCES
1213
1214=over 4
1211 1215
1212=item B<-pixmap> I<file[;oplist]> 1216=item B<-pixmap> I<file[;oplist]>
1213 1217
1214=item B<backgroundPixmap:> I<file[;oplist]> 1218=item B<backgroundPixmap:> I<file[;oplist]>
1215 1219
1371window causes the value of the PRIMARY selection (or CLIPBOARD with the 1375window causes the value of the PRIMARY selection (or CLIPBOARD with the
1372B<Meta> modifier) to be inserted as if it had been typed on the keyboard. 1376B<Meta> modifier) to be inserted as if it had been typed on the keyboard.
1373 1377
1374Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be 1378Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be
1375inserted too. 1379inserted too.
1380
1381rxvt-unicode also provides the bindings B<Ctrl-Meta-c> and
1382<Ctrl-Meta-v> to interact with the CLIPBOARD selection. The first
1383binding causes the value of the internal selection to be copied to the
1384CLIPBOARD selection, while the second binding causes the value of the
1385CLIPBOARD selection to be inserted.
1376 1386
1377=back 1387=back
1378 1388
1379=head1 CHANGING FONTS 1389=head1 CHANGING FONTS
1380 1390
1505The following text gives values for the standard 88 colour mode (and 1515The following text gives values for the standard 88 colour mode (and
1506values for the 256 colour mode in parentheses). 1516values for the 256 colour mode in parentheses).
1507 1517
1508The RGB cube uses indices 16..79 (16..231) using the following formulas: 1518The RGB cube uses indices 16..79 (16..231) using the following formulas:
1509 1519
1510 index_88 = (r * 4 + g) * 4 + b + 16 # r, g, b = 0..3 1520 index_88 = (r * 4 + g) * 4 + b + 16 # r, g, b = 0..3
1511 index_256 = (r * 16 + g) * 16 + b + 16 # r, g, b = 0..15 1521 index_256 = (r * 6 + g) * 6 + b + 16 # r, g, b = 0..5
1512 1522
1513The grayscale ramp uses indices 80..87 (232..239), from 10% to 90% in 10% 1523The grayscale ramp uses indices 80..87 (232..239), from 10% to 90% in 10%
1514steps (1/26 to 25/26 in 1/26 steps) - black and white are already part of 1524steps (1/26 to 25/26 in 1/26 steps) - black and white are already part of
1515the RGB cube. 1525the RGB cube.
1516 1526
1679 1689
1680=over 4 1690=over 4
1681 1691
1682=item Project Coordinator 1692=item Project Coordinator
1683 1693
1684Marc A. Lehmann L<< <rxvt-unicode@schmorp.de> >> 1694Marc A. Lehmann <rxvt-unicode@schmorp.de>.
1685 1695
1686L<http://software.schmorp.de/pkg/rxvt-unicode.html> 1696L<http://software.schmorp.de/pkg/rxvt-unicode.html>
1687 1697
1688=back 1698=back
1689 1699
1693 1703
1694=item John Bovey 1704=item John Bovey
1695 1705
1696University of Kent, 1992, wrote the original Xvt. 1706University of Kent, 1992, wrote the original Xvt.
1697 1707
1698=item Rob Nation L<< <nation@rocket.sanders.lockheed.com> >> 1708=item Rob Nation <nation@rocket.sanders.lockheed.com>
1699 1709
1700very heavily modified Xvt and came up with Rxvt 1710very heavily modified Xvt and came up with Rxvt
1701 1711
1702=item Angelo Haritsis L<< <ah@doc.ic.ac.uk> >> 1712=item Angelo Haritsis <ah@doc.ic.ac.uk>
1703 1713
1704wrote the Greek Keyboard Input (no longer in code) 1714wrote the Greek Keyboard Input (no longer in code)
1705 1715
1706=item mj olesen L<< <olesen@me.QueensU.CA> >> 1716=item mj olesen <olesen@me.QueensU.CA>
1707 1717
1708Wrote the menu system. 1718Wrote the menu system.
1709 1719
1710Project Coordinator (changes.txt 2.11 to 2.21) 1720Project Coordinator (changes.txt 2.11 to 2.21)
1711 1721
1712=item Oezguer Kesim L<< <kesim@math.fu-berlin.de> >> 1722=item Oezguer Kesim <kesim@math.fu-berlin.de>
1713 1723
1714Project Coordinator (changes.txt 2.21a to 2.4.5) 1724Project Coordinator (changes.txt 2.21a to 2.4.5)
1715 1725
1716=item Geoff Wing L<< <gcw@pobox.com> >> 1726=item Geoff Wing <gcw@pobox.com>
1717 1727
1718Rewrote screen display and text selection routines. 1728Rewrote screen display and text selection routines.
1719 1729
1720Project Coordinator (changes.txt 2.4.6 - rxvt-unicode) 1730Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
1721 1731
1722=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >> 1732=item Marc Alexander Lehmann <rxvt-unicode@schmorp.de>
1723 1733
1724Forked rxvt-unicode, unicode support, rewrote almost all the code, perl 1734Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1725extension, random hacks, numerous bugfixes and extensions. 1735extension, random hacks, numerous bugfixes and extensions.
1726 1736
1727Project Coordinator (Changes 1.0 -) 1737Project Coordinator (Changes 1.0 -)
1728 1738
1729=item Emanuele Giaquinta L<< <e.giaquinta@glauco.it> >> 1739=item Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1730 1740
1731pty/utmp code rewrite, image code improvements, many random hacks and bugfixes. 1741pty/utmp code rewrite, image code improvements, many random hacks and bugfixes.
1732 1742
1733=back 1743=back
1734 1744

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines