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.222 by sf-exg, Mon Nov 5 13:05:51 2012 UTC vs.
Revision 1.226 by root, Thu Jan 16 07:59:24 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines