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.56 by root, Mon Feb 14 18:47:54 2005 UTC vs.
Revision 1.58 by root, Wed Feb 16 21:49:36 2005 UTC

381 381
382Right now, @@RXVT_NAME@@ will first unmap/map the specified window, so it 382Right now, @@RXVT_NAME@@ will first unmap/map the specified window, so it
383shouldn't be a top-level window. @@RXVT_NAME@@ will also reconfigure it 383shouldn't be a top-level window. @@RXVT_NAME@@ will also reconfigure it
384quite a bit, so don't expect it to keep some specific state. It's best to 384quite a bit, so don't expect it to keep some specific state. It's best to
385create an extra subwindow for @@RXVT_NAME@@ and leave it alone. 385create an extra subwindow for @@RXVT_NAME@@ and leave it alone.
386
387The window will not be destroyed when @@RXVT_NAME@@ exits.
386 388
387It might be useful to know that @@RXVT_NAME@@ will not close file 389It might be useful to know that @@RXVT_NAME@@ will not close file
388descriptors passed to it (except for stdin/out/err, of course), so you 390descriptors passed to it (except for stdin/out/err, of course), so you
389can use file descriptors to communicate with the programs within the 391can use file descriptors to communicate with the programs within the
390terminal. This works regardless of wether the C<-embed> option was used or 392terminal. This works regardless of wether the C<-embed> option was used or
702B<+si>. 704B<+si>.
703 705
704=item B<scrollWithBuffer:> I<boolean> 706=item B<scrollWithBuffer:> I<boolean>
705 707
706B<True>: scroll with scrollback buffer when tty receives new lines (and 708B<True>: scroll with scrollback buffer when tty receives new lines (and
707B<scrollTtyOutput> is False); option B<+sw>. B<False>: do not scroll 709B<scrollTtyOutput> is False); option B<-sw>. B<False>: do not scroll
708with scrollback buffer when tty recieves new lines; option B<-sw>. 710with scrollback buffer when tty recieves new lines; option B<+sw>.
709 711
710=item B<scrollTtyKeypress:> I<boolean> 712=item B<scrollTtyKeypress:> I<boolean>
711 713
712B<True>: scroll to bottom when a non-special key is pressed. Special keys 714B<True>: scroll to bottom when a non-special key is pressed. Special keys
713are those which are intercepted by rxvt-unicode for special handling and 715are those which are intercepted by rxvt-unicode for special handling and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines