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

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.18 by root, Tue Nov 8 17:35:28 2005 UTC vs.
Revision 1.19 by root, Sat Dec 17 20:55:45 2005 UTC

49 49
50 "tic" outputs some error when compiling the terminfo entry. 50 "tic" outputs some error when compiling the terminfo entry.
51 Most likely it's the empty definition for "enacs=". Just replace it 51 Most likely it's the empty definition for "enacs=". Just replace it
52 by "enacs=\E[0@" and try again. 52 by "enacs=\E[0@" and try again.
53 53
54 "bash"'s readline does not work correctly under urxvt. 54 "bash"'s readline does not work correctly under rxvt.
55 I need a termcap file entry. 55 I need a termcap file entry.
56 One reason you might want this is that some distributions or 56 One reason you might want this is that some distributions or
57 operating systems still compile some programs using the 57 operating systems still compile some programs using the
58 long-obsoleted termcap library (Fedora Core's bash is one example) 58 long-obsoleted termcap library (Fedora Core's bash is one example)
59 and rely on a termcap entry for "rxvt-unicode". 59 and rely on a termcap entry for "rxvt-unicode".
170 indeed look correct. 170 indeed look correct.
171 171
172 In that case, select a font of your taste and add it to the font 172 In that case, select a font of your taste and add it to the font
173 list, e.g.: 173 list, e.g.:
174 174
175 urxvt -fn basefont,font2,font3... 175 rxvt -fn basefont,font2,font3...
176 176
177 When rxvt-unicode sees a character, it will first look at the base 177 When rxvt-unicode sees a character, it will first look at the base
178 font. If the base font does not contain the character, it will go to 178 font. If the base font does not contain the character, it will go to
179 the next font, and so on. Specifying your own fonts will also speed 179 the next font, and so on. Specifying your own fonts will also speed
180 up this search and use less resources within rxvt-unicode and the 180 up this search and use less resources within rxvt-unicode and the
465 Mouse cut/paste suddenly no longer works. 465 Mouse cut/paste suddenly no longer works.
466 Make sure that mouse reporting is actually turned off since killing 466 Make sure that mouse reporting is actually turned off since killing
467 some editors prematurely may leave the mouse in mouse report mode. 467 some editors prematurely may leave the mouse in mouse report mode.
468 I've heard that tcsh may use mouse reporting unless it otherwise 468 I've heard that tcsh may use mouse reporting unless it otherwise
469 specified. A quick check is to see if cut/paste works when the Alt 469 specified. A quick check is to see if cut/paste works when the Alt
470 or Shift keys are depressed. See urxvt(7) 470 or Shift keys are depressed. See rxvt(7)
471 471
472 What's with this bold/blink stuff? 472 What's with this bold/blink stuff?
473 If no bold colour is set via "colorBD:", bold will invert text using 473 If no bold colour is set via "colorBD:", bold will invert text using
474 the standard foreground colour. 474 the standard foreground colour.
475 475
530 URxvt.color6: #73f7ff 530 URxvt.color6: #73f7ff
531 URxvt.color14: #73f7ff 531 URxvt.color14: #73f7ff
532 URxvt.color7: #e1dddd 532 URxvt.color7: #e1dddd
533 URxvt.color15: #e1dddd 533 URxvt.color15: #e1dddd
534 534
535 How can I start urxvtd in a race-free way? 535 How can I start rxvtd in a race-free way?
536 Try "urxvtd -f -o", which tells urxvtd to open the display, create 536 Try "rxvtd -f -o", which tells rxvtd to open the display, create the
537 the listening socket and then fork. 537 listening socket and then fork.
538 538
539 What's with the strange Backspace/Delete key behaviour? 539 What's with the strange Backspace/Delete key behaviour?
540 Assuming that the physical Backspace key corresponds to the 540 Assuming that the physical Backspace key corresponds to the
541 BackSpace keysym (not likely for Linux ... see the following 541 BackSpace keysym (not likely for Linux ... see the following
542 question) there are two standard values that can be used for 542 question) there are two standard values that can be used for
555 555
556 For starting a new rxvt-unicode: 556 For starting a new rxvt-unicode:
557 557
558 # use Backspace = ^H 558 # use Backspace = ^H
559 $ stty erase ^H 559 $ stty erase ^H
560 $ urxvt 560 $ rxvt
561 561
562 # use Backspace = ^? 562 # use Backspace = ^?
563 $ stty erase ^? 563 $ stty erase ^?
564 $ urxvt 564 $ rxvt
565 565
566 Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in urxvt(7). 566 Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7).
567 567
568 For an existing rxvt-unicode: 568 For an existing rxvt-unicode:
569 569
570 # use Backspace = ^H 570 # use Backspace = ^H
571 $ stty erase ^H 571 $ stty erase ^H
597 There are some compile-time selections available via configure. 597 There are some compile-time selections available via configure.
598 Unless you have run "configure" with the "--disable-resources" 598 Unless you have run "configure" with the "--disable-resources"
599 option you can use the `keysym' resource to alter the keystrings 599 option you can use the `keysym' resource to alter the keystrings
600 associated with keysyms. 600 associated with keysyms.
601 601
602 Here's an example for a URxvt session started using "urxvt -name 602 Here's an example for a URxvt session started using "rxvt -name
603 URxvt" 603 URxvt"
604 604
605 URxvt.keysym.Home: \033[1~ 605 URxvt.keysym.Home: \033[1~
606 URxvt.keysym.End: \033[4~ 606 URxvt.keysym.End: \033[4~
607 URxvt.keysym.C-apostrophe: \033<C-'> 607 URxvt.keysym.C-apostrophe: \033<C-'>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines