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.226 by root, Thu Jan 16 07:59:24 2014 UTC

1509The following text gives values for the standard 88 colour mode (and 1509The following text gives values for the standard 88 colour mode (and
1510values for the 256 colour mode in parentheses). 1510values for the 256 colour mode in parentheses).
1511 1511
1512The RGB cube uses indices 16..79 (16..231) using the following formulas: 1512The RGB cube uses indices 16..79 (16..231) using the following formulas:
1513 1513
1514 index_88 = (r * 4 + g) * 4 + b + 16 # r, g, b = 0..3 1514 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 1515 index_256 = (r * 6 + g) * 6 + b + 16 # r, g, b = 0..5
1516 1516
1517The grayscale ramp uses indices 80..87 (232..239), from 10% to 90% in 10% 1517The 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 1518steps (1/26 to 25/26 in 1/26 steps) - black and white are already part of
1519the RGB cube. 1519the RGB cube.
1520 1520
1683 1683
1684=over 4 1684=over 4
1685 1685
1686=item Project Coordinator 1686=item Project Coordinator
1687 1687
1688Marc A. Lehmann L<< <rxvt-unicode@schmorp.de> >> 1688Marc A. Lehmann <rxvt-unicode@schmorp.de>.
1689 1689
1690L<http://software.schmorp.de/pkg/rxvt-unicode.html> 1690L<http://software.schmorp.de/pkg/rxvt-unicode.html>
1691 1691
1692=back 1692=back
1693 1693
1697 1697
1698=item John Bovey 1698=item John Bovey
1699 1699
1700University of Kent, 1992, wrote the original Xvt. 1700University of Kent, 1992, wrote the original Xvt.
1701 1701
1702=item Rob Nation L<< <nation@rocket.sanders.lockheed.com> >> 1702=item Rob Nation <nation@rocket.sanders.lockheed.com>
1703 1703
1704very heavily modified Xvt and came up with Rxvt 1704very heavily modified Xvt and came up with Rxvt
1705 1705
1706=item Angelo Haritsis L<< <ah@doc.ic.ac.uk> >> 1706=item Angelo Haritsis <ah@doc.ic.ac.uk>
1707 1707
1708wrote the Greek Keyboard Input (no longer in code) 1708wrote the Greek Keyboard Input (no longer in code)
1709 1709
1710=item mj olesen L<< <olesen@me.QueensU.CA> >> 1710=item mj olesen <olesen@me.QueensU.CA>
1711 1711
1712Wrote the menu system. 1712Wrote the menu system.
1713 1713
1714Project Coordinator (changes.txt 2.11 to 2.21) 1714Project Coordinator (changes.txt 2.11 to 2.21)
1715 1715
1716=item Oezguer Kesim L<< <kesim@math.fu-berlin.de> >> 1716=item Oezguer Kesim <kesim@math.fu-berlin.de>
1717 1717
1718Project Coordinator (changes.txt 2.21a to 2.4.5) 1718Project Coordinator (changes.txt 2.21a to 2.4.5)
1719 1719
1720=item Geoff Wing L<< <gcw@pobox.com> >> 1720=item Geoff Wing <gcw@pobox.com>
1721 1721
1722Rewrote screen display and text selection routines. 1722Rewrote screen display and text selection routines.
1723 1723
1724Project Coordinator (changes.txt 2.4.6 - rxvt-unicode) 1724Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
1725 1725
1726=item Marc Alexander Lehmann L<< <rxvt-unicode@schmorp.de> >> 1726=item Marc Alexander Lehmann <rxvt-unicode@schmorp.de>
1727 1727
1728Forked rxvt-unicode, unicode support, rewrote almost all the code, perl 1728Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1729extension, random hacks, numerous bugfixes and extensions. 1729extension, random hacks, numerous bugfixes and extensions.
1730 1730
1731Project Coordinator (Changes 1.0 -) 1731Project Coordinator (Changes 1.0 -)
1732 1732
1733=item Emanuele Giaquinta L<< <e.giaquinta@glauco.it> >> 1733=item Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1734 1734
1735pty/utmp code rewrite, image code improvements, many random hacks and bugfixes. 1735pty/utmp code rewrite, image code improvements, many random hacks and bugfixes.
1736 1736
1737=back 1737=back
1738 1738

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines