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.130 by sasha, Fri Jun 8 20:04:12 2007 UTC vs.
Revision 1.133 by ayin, Sat Jul 28 20:15:18 2007 UTC

108 108
109Turn on/off simulated reverse video; resource B<reverseVideo>. 109Turn on/off simulated reverse video; resource B<reverseVideo>.
110 110
111=item B<-j>|B<+j> 111=item B<-j>|B<+j>
112 112
113Turn on/off jump scrolling; resource B<jumpScroll>. 113Turn on/off jump scrolling (allow multiple lines per refresh); resource B<jumpScroll>.
114
115=item B<-ss>|B<+ss>
116
117Turn on/off skip scrolling (allow multiple screens per refresh); resource B<skipScroll>.
114 118
115=item B<-ip>|B<+ip> | B<-tr>|B<+tr> 119=item B<-ip>|B<+ip> | B<-tr>|B<+tr>
116 120
117Turn on/off inheriting parent window's pixmap. Alternative form is 121Turn on/off inheriting parent window's pixmap. Alternative form is
118B<-tr>; resource B<inheritPixmap>. 122B<-tr>; resource B<inheritPixmap>.
607option B<-rv>. B<False>: regular screen colours [default]; option 611option B<-rv>. B<False>: regular screen colours [default]; option
608B<+rv>. See note in B<COLORS AND GRAPHICS> section. 612B<+rv>. See note in B<COLORS AND GRAPHICS> section.
609 613
610=item B<jumpScroll:> I<boolean> 614=item B<jumpScroll:> I<boolean>
611 615
612B<True>: specify that jump scrolling should be used. When scrolling 616B<True>: specify that jump scrolling should be used. When receiving lots
613quickly, fewer screen updates are performed [default]; option B<-j>. 617of lines, @@RXVT_NAME@@ will only scroll once a whole screen height of lines
618has been read, resulting in fewer updates while still displaying every
619received line; option B<-j>.
620
614B<False>: specify that smooth scrolling should be used; option B<+j>. 621B<False>: specify that smooth scrolling should be used. @@RXVT_NAME@@ will
622force a screen refresh on each new line it received; option B<+j>.
623
624=item B<skipScroll:> I<boolean>
625
626B<True>: (the default) specify that skip scrolling should be used. When
627receiving lots of lines, @@RXVT_NAME@@ will only scroll once in a while
628(around 60 times per second), resulting in far fewer updates. This can
629result in @@RXVT_NAME@@ not ever displaying some of the lines it receives;
630option B<-ss>.
631
632B<False>: specify that everything is to be displayed, even
633if the refresh is too fast for the human eye to read anything (or the
634monitor to display anything); option B<+ss>.
615 635
616=item B<inheritPixmap:> I<boolean> 636=item B<inheritPixmap:> I<boolean>
617 637
618B<True>: make the background inherit the parent windows' pixmap, giving 638B<True>: make the background inherit the parent windows' pixmap, giving
619artificial transparency. B<False>: do not inherit the parent windows' 639artificial transparency. B<False>: do not inherit the parent windows'
1202=item B<override-redirect>: I<boolean> 1222=item B<override-redirect>: I<boolean>
1203 1223
1204Compile I<frills>: Sets override-redirect for the terminal window, making 1224Compile I<frills>: Sets override-redirect for the terminal window, making
1205it almost invisible to window managers; option B<-override-redirect>. 1225it almost invisible to window managers; option B<-override-redirect>.
1206 1226
1227=item B<iso14755_52:> I<boolean>
1228
1229Turn on/off ISO 14755 5.2 mode (default enabled).
1230
1207=back 1231=back
1208 1232
1209=head1 THE SCROLLBAR 1233=head1 THE SCROLLBAR
1210 1234
1211Lines of text that scroll off the top of the B<@@RXVT_NAME@@> window 1235Lines of text that scroll off the top of the B<@@RXVT_NAME@@> window
1281 1305
1282=head1 ISO 14755 SUPPORT 1306=head1 ISO 14755 SUPPORT
1283 1307
1284ISO 14755 is a standard for entering and viewing unicode characters 1308ISO 14755 is a standard for entering and viewing unicode characters
1285and character codes using the keyboard. It consists of 4 parts. The 1309and character codes using the keyboard. It consists of 4 parts. The
1286first part is available rxvt-unicode has been compiled with 1310first part is available if rxvt-unicode has been compiled with
1287C<--enable-frills>, the rest is available when rxvt-unicode was compiled 1311C<--enable-frills>, the rest is available when rxvt-unicode was compiled
1288with C<--enable-iso14755>. 1312with C<--enable-iso14755>.
1289 1313
1290=over 4 1314=over 4
1291 1315

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines