ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.99 by root, Tue Jan 31 00:57:35 2006 UTC vs.
Revision 1.100 by root, Tue Jan 31 01:00:49 2006 UTC

61scrollback search mode is triggered by B<M-s>. You can move it to any 61scrollback search mode is triggered by B<M-s>. You can move it to any
62other combination either by setting the B<searchable-scrollback> resource: 62other combination either by setting the B<searchable-scrollback> resource:
63 63
64 URxvt.searchable-scrollback: CM-s 64 URxvt.searchable-scrollback: CM-s
65 65
66=head2 The cursor moves when selecting text in the current input line, how 66=head3 The cursor moves when selecting text in the current input line, how
67do I switch this off? 67do I switch this off?
68
69See next entry.
68 70
69=head2 During rlogin/ssh/telnet/etc. sessions, clicking near the cursor 71=head2 During rlogin/ssh/telnet/etc. sessions, clicking near the cursor
70outputs strange escape sequences, how do I fix this? 72outputs strange escape sequences, how do I fix this?
71 73
72These are caused by the C<readline> perl extension. Under normal 74These are caused by the C<readline> perl extension. Under normal
332 334
333Most likely it's the empty definition for C<enacs=>. Just replace it by 335Most likely it's the empty definition for C<enacs=>. Just replace it by
334C<enacs=\E[0@> and try again. 336C<enacs=\E[0@> and try again.
335 337
336=head2 C<bash>'s readline does not work correctly under @@RXVT_NAME@@. 338=head2 C<bash>'s readline does not work correctly under @@RXVT_NAME@@.
339
340See next entry.
337 341
338=head2 I need a termcap file entry. 342=head2 I need a termcap file entry.
339 343
340One reason you might want this is that some distributions or operating 344One reason you might want this is that some distributions or operating
341systems still compile some programs using the long-obsoleted termcap 345systems still compile some programs using the long-obsoleted termcap
386 390
387to your C<.profile> or C<.bashrc>. 391to your C<.profile> or C<.bashrc>.
388 392
389=head2 Why doesn't vim/emacs etc. use the 88 colour mode? 393=head2 Why doesn't vim/emacs etc. use the 88 colour mode?
390 394
395See next entry.
396
391=head2 Why doesn't vim/emacs etc. make use of italic? 397=head2 Why doesn't vim/emacs etc. make use of italic?
398
399See next entry.
392 400
393=head2 Why are the secondary screen-related options not working properly? 401=head2 Why are the secondary screen-related options not working properly?
394 402
395Make sure you are using C<TERM=rxvt-unicode>. Some pre-packaged 403Make sure you are using C<TERM=rxvt-unicode>. Some pre-packaged
396distributions (most notably Debian GNU/Linux) break rxvt-unicode 404distributions (most notably Debian GNU/Linux) break rxvt-unicode
410keymap. See the answer to the previous question, and please report if that 418keymap. See the answer to the previous question, and please report if that
411helped. 419helped.
412 420
413=head2 Rxvt-unicode does not seem to understand the selected encoding? 421=head2 Rxvt-unicode does not seem to understand the selected encoding?
414 422
423See next entry.
424
415=head2 Unicode does not seem to work? 425=head2 Unicode does not seem to work?
416 426
417If you encounter strange problems like typing an accented character but 427If you encounter strange problems like typing an accented character but
418getting two unrelated other characters or similar, or if program output is 428getting two unrelated other characters or similar, or if program output is
419subtly garbled, then you should check your locale settings. 429subtly garbled, then you should check your locale settings.
441If nothing works and you are sure that everything is set correctly then 451If nothing works and you are sure that everything is set correctly then
442you will need to remember a little known fact: Some programs just don't 452you will need to remember a little known fact: Some programs just don't
443support locales :( 453support locales :(
444 454
445=head2 Why do some characters look so much different than others? 455=head2 Why do some characters look so much different than others?
456
457See next entry.
446 458
447=head2 How does rxvt-unicode choose fonts? 459=head2 How does rxvt-unicode choose fonts?
448 460
449Most fonts do not contain the full range of Unicode, which is 461Most fonts do not contain the full range of Unicode, which is
450fine. Chances are that the font you (or the admin/package maintainer of 462fine. Chances are that the font you (or the admin/package maintainer of
617At the time of this writing, cygwin didn't seem to support any multi-byte 629At the time of this writing, cygwin didn't seem to support any multi-byte
618encodings (you might try C<LC_CTYPE=C-UTF-8>), so you are likely limited 630encodings (you might try C<LC_CTYPE=C-UTF-8>), so you are likely limited
619to 8-bit encodings. 631to 8-bit encodings.
620 632
621=head2 How does rxvt-unicode determine the encoding to use? 633=head2 How does rxvt-unicode determine the encoding to use?
634
635See next entry.
622 636
623=head2 Is there an option to switch encodings? 637=head2 Is there an option to switch encodings?
624 638
625Unlike some other terminals, rxvt-unicode has no encoding switch, and no 639Unlike some other terminals, rxvt-unicode has no encoding switch, and no
626specific "utf-8" mode, such as xterm. In fact, it doesn't even know about 640specific "utf-8" mode, such as xterm. In fact, it doesn't even know about

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines