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.225 by sf-exg, Wed Jun 5 07:58:17 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines