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.147 by root, Fri Nov 23 11:18:04 2007 UTC vs.
Revision 1.150 by root, Fri Dec 7 16:14:26 2007 UTC

30like mongolian or scripts requiring extremely complex combining rules, 30like mongolian or scripts requiring extremely complex combining rules,
31like tibetan or devanagari. Don't expect pretty output when using these 31like tibetan or devanagari. Don't expect pretty output when using these
32scripts. Most other scripts, latin, cyrillic, kanji, thai etc. should work 32scripts. Most other scripts, latin, cyrillic, kanji, thai etc. should work
33fine, though. A somewhat difficult case are right-to-left scripts, such 33fine, though. A somewhat difficult case are right-to-left scripts, such
34as hebrew: B<rxvt-unicode> adopts the view that bidirectional algorithms 34as hebrew: B<rxvt-unicode> adopts the view that bidirectional algorithms
35belong into the application, not the terminal emulator (too many things -- 35belong in the application, not the terminal emulator (too many things --
36such as cursor-movement while editing -- break otherwise), but that might 36such as cursor-movement while editing -- break otherwise), but that might
37change. 37change.
38 38
39If you are looking for a terminal that supports more exotic scripts, let 39If you are looking for a terminal that supports more exotic scripts, let
40me recommend C<mlterm>, which is a very user friendly, lean and clean 40me recommend C<mlterm>, which is a very user friendly, lean and clean
116 116
117Turn on/off skip scrolling (allow multiple screens per refresh); resource B<skipScroll>. 117Turn on/off skip scrolling (allow multiple screens per refresh); resource B<skipScroll>.
118 118
119=item B<-tr>|B<+tr> 119=item B<-tr>|B<+tr>
120 120
121Turn on/off illusion of a transparent window background. Obsolete form of it is 121Turn on/off illusion of a transparent window background; resource B<transparent>.
122B<-ip> and it should not be used anymore; resource B<transparent>.
123 122
124I<Please note that old resource name of B<inheritPixmap> is obsolete and should be 123B<-ip> is still accepted as an obsolete alias but will be removed in
125changed to B<transparent>. Backwards compatibility support for B<inheritPixmap> will 124future versions.
126be phased out in future versions of rxvt!>
127 125
128I<Please address all transparency related issues to Sasha Vasko at 126I<Please address all transparency related issues to Sasha Vasko at
129sasha@aftercode.net. Read the FAQ (man 7 @@RXVT_NAME@@)!> 127sasha@aftercode.net. Read the FAQ (man 7 @@RXVT_NAME@@)!>
130 128
131=item B<-fade> I<number> 129=item B<-fade> I<number>
417 415
418=item B<-tcw> 416=item B<-tcw>
419 417
420Change the meaning of triple-click selection with the left mouse 418Change the meaning of triple-click selection with the left mouse
421button. Only effective when the original (non-perl) selection code is 419button. Only effective when the original (non-perl) selection code is
422in-use. Instead of selecting a full line it will extend the selection the 420in-use. Instead of selecting a full line it will extend the selection to
423end of the logical line only. resource B<tripleclickwords>. 421the end of the logical line only. resource B<tripleclickwords>.
424 422
425=item B<-insecure> 423=item B<-insecure>
426 424
427Enable "insecure" mode, which currently enables most of the escape 425Enable "insecure" mode, which currently enables most of the escape
428sequences that echo strings. See the resource B<insecure> for more 426sequences that echo strings. See the resource B<insecure> for more
656 654
657B<False>: specify that everything is to be displayed, even 655B<False>: specify that everything is to be displayed, even
658if the refresh is too fast for the human eye to read anything (or the 656if the refresh is too fast for the human eye to read anything (or the
659monitor to display anything); option B<+ss>. 657monitor to display anything); option B<+ss>.
660 658
661=item B<inheritPixmap:> I<boolean> 659=item B<transparent:> I<boolean>
662 660
663B<True>: make the background inherit the parent windows' pixmap, giving 661Turn on/off illusion of a transparent window background.
664artificial transparency. B<False>: do not inherit the parent windows'
665pixmap.
666 662
667I<Please note that transparency of any kind if completely unsupported by 663B<inheritPixmap> is still accepted as an obsolete alias but will be removed in
668the author. Don't bug him with installation questions!> 664future versions.
665
666I<Please address all transparency related issues to Sasha Vasko at
667sasha@aftercode.net. Read the FAQ (man 7 @@RXVT_NAME@@)!>
669 668
670=item B<fading:> I<number> 669=item B<fading:> I<number>
671 670
672Fade the text by the given percentage when focus is lost; option B<-fade>. 671Fade the text by the given percentage when focus is lost; option B<-fade>.
673 672

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines