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.223 by root, Thu May 30 18:49:16 2013 UTC vs.
Revision 1.227 by sf-exg, Sat Apr 26 14:07:36 2014 UTC

1375window causes the value of the PRIMARY selection (or CLIPBOARD with the 1375window causes the value of the PRIMARY selection (or CLIPBOARD with the
1376B<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.
1377 1377
1378Pressing 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
1379inserted 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.
1380 1386
1381=back 1387=back
1382 1388
1383=head1 CHANGING FONTS 1389=head1 CHANGING FONTS
1384 1390
1509The following text gives values for the standard 88 colour mode (and 1515The following text gives values for the standard 88 colour mode (and
1510values for the 256 colour mode in parentheses). 1516values for the 256 colour mode in parentheses).
1511 1517
1512The 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:
1513 1519
1514 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
1515 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
1516 1522
1517The 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%
1518steps (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
1519the RGB cube. 1525the RGB cube.
1520 1526
1683 1689
1684=over 4 1690=over 4
1685 1691
1686=item Project Coordinator 1692=item Project Coordinator
1687 1693
1688Marc A. Lehmann L<< <rxvt-unicode@schmorp.de> >> 1694Marc A. Lehmann <rxvt-unicode@schmorp.de>.
1689 1695
1690L<http://software.schmorp.de/pkg/rxvt-unicode.html> 1696L<http://software.schmorp.de/pkg/rxvt-unicode.html>
1691 1697
1692=back 1698=back
1693 1699
1697 1703
1698=item John Bovey 1704=item John Bovey
1699 1705
1700University of Kent, 1992, wrote the original Xvt. 1706University of Kent, 1992, wrote the original Xvt.
1701 1707
1702=item Rob Nation L<< <nation@rocket.sanders.lockheed.com> >> 1708=item Rob Nation <nation@rocket.sanders.lockheed.com>
1703 1709
1704very heavily modified Xvt and came up with Rxvt 1710very heavily modified Xvt and came up with Rxvt
1705 1711
1706=item Angelo Haritsis L<< <ah@doc.ic.ac.uk> >> 1712=item Angelo Haritsis <ah@doc.ic.ac.uk>
1707 1713
1708wrote the Greek Keyboard Input (no longer in code) 1714wrote the Greek Keyboard Input (no longer in code)
1709 1715
1710=item mj olesen L<< <olesen@me.QueensU.CA> >> 1716=item mj olesen <olesen@me.QueensU.CA>
1711 1717
1712Wrote the menu system. 1718Wrote the menu system.
1713 1719
1714Project Coordinator (changes.txt 2.11 to 2.21) 1720Project Coordinator (changes.txt 2.11 to 2.21)
1715 1721
1716=item Oezguer Kesim L<< <kesim@math.fu-berlin.de> >> 1722=item Oezguer Kesim <kesim@math.fu-berlin.de>
1717 1723
1718Project Coordinator (changes.txt 2.21a to 2.4.5) 1724Project Coordinator (changes.txt 2.21a to 2.4.5)
1719 1725
1720=item Geoff Wing L<< <gcw@pobox.com> >> 1726=item Geoff Wing <gcw@pobox.com>
1721 1727
1722Rewrote screen display and text selection routines. 1728Rewrote screen display and text selection routines.
1723 1729
1724Project Coordinator (changes.txt 2.4.6 - rxvt-unicode) 1730Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
1725 1731
1726=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >> 1732=item Marc Alexander Lehmann <rxvt-unicode@schmorp.de>
1727 1733
1728Forked rxvt-unicode, unicode support, rewrote almost all the code, perl 1734Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1729extension, random hacks, numerous bugfixes and extensions. 1735extension, random hacks, numerous bugfixes and extensions.
1730 1736
1731Project Coordinator (Changes 1.0 -) 1737Project Coordinator (Changes 1.0 -)
1732 1738
1733=item Emanuele Giaquinta L<< <e.giaquinta@glauco.it> >> 1739=item Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1734 1740
1735pty/utmp code rewrite, image code improvements, many random hacks and bugfixes. 1741pty/utmp code rewrite, image code improvements, many random hacks and bugfixes.
1736 1742
1737=back 1743=back
1738 1744

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines