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

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.25 by root, Tue Nov 8 17:35:28 2005 UTC vs.
Revision 1.26 by root, Sat Dec 17 20:55:45 2005 UTC

70 70
71 "tic" outputs some error when compiling the terminfo entry. 71 "tic" outputs some error when compiling the terminfo entry.
72 Most likely it's the empty definition for "enacs=". Just replace it 72 Most likely it's the empty definition for "enacs=". Just replace it
73 by "enacs=\E[0@" and try again. 73 by "enacs=\E[0@" and try again.
74 74
75 "bash"'s readline does not work correctly under urxvt. 75 "bash"'s readline does not work correctly under rxvt.
76 I need a termcap file entry. 76 I need a termcap file entry.
77 One reason you might want this is that some distributions or 77 One reason you might want this is that some distributions or
78 operating systems still compile some programs using the 78 operating systems still compile some programs using the
79 long-obsoleted termcap library (Fedora Core's bash is one example) 79 long-obsoleted termcap library (Fedora Core's bash is one example)
80 and rely on a termcap entry for "rxvt-unicode". 80 and rely on a termcap entry for "rxvt-unicode".
191 indeed look correct. 191 indeed look correct.
192 192
193 In that case, select a font of your taste and add it to the font 193 In that case, select a font of your taste and add it to the font
194 list, e.g.: 194 list, e.g.:
195 195
196 urxvt -fn basefont,font2,font3... 196 rxvt -fn basefont,font2,font3...
197 197
198 When rxvt-unicode sees a character, it will first look at the base 198 When rxvt-unicode sees a character, it will first look at the base
199 font. If the base font does not contain the character, it will go to 199 font. If the base font does not contain the character, it will go to
200 the next font, and so on. Specifying your own fonts will also speed 200 the next font, and so on. Specifying your own fonts will also speed
201 up this search and use less resources within rxvt-unicode and the 201 up this search and use less resources within rxvt-unicode and the
486 Mouse cut/paste suddenly no longer works. 486 Mouse cut/paste suddenly no longer works.
487 Make sure that mouse reporting is actually turned off since killing 487 Make sure that mouse reporting is actually turned off since killing
488 some editors prematurely may leave the mouse in mouse report mode. 488 some editors prematurely may leave the mouse in mouse report mode.
489 I've heard that tcsh may use mouse reporting unless it otherwise 489 I've heard that tcsh may use mouse reporting unless it otherwise
490 specified. A quick check is to see if cut/paste works when the Alt 490 specified. A quick check is to see if cut/paste works when the Alt
491 or Shift keys are depressed. See urxvt(7) 491 or Shift keys are depressed. See rxvt(7)
492 492
493 What's with this bold/blink stuff? 493 What's with this bold/blink stuff?
494 If no bold colour is set via "colorBD:", bold will invert text using 494 If no bold colour is set via "colorBD:", bold will invert text using
495 the standard foreground colour. 495 the standard foreground colour.
496 496
551 URxvt.color6: #73f7ff 551 URxvt.color6: #73f7ff
552 URxvt.color14: #73f7ff 552 URxvt.color14: #73f7ff
553 URxvt.color7: #e1dddd 553 URxvt.color7: #e1dddd
554 URxvt.color15: #e1dddd 554 URxvt.color15: #e1dddd
555 555
556 How can I start urxvtd in a race-free way? 556 How can I start rxvtd in a race-free way?
557 Try "urxvtd -f -o", which tells urxvtd to open the display, create 557 Try "rxvtd -f -o", which tells rxvtd to open the display, create the
558 the listening socket and then fork. 558 listening socket and then fork.
559 559
560 What's with the strange Backspace/Delete key behaviour? 560 What's with the strange Backspace/Delete key behaviour?
561 Assuming that the physical Backspace key corresponds to the 561 Assuming that the physical Backspace key corresponds to the
562 BackSpace keysym (not likely for Linux ... see the following 562 BackSpace keysym (not likely for Linux ... see the following
563 question) there are two standard values that can be used for 563 question) there are two standard values that can be used for
576 576
577 For starting a new rxvt-unicode: 577 For starting a new rxvt-unicode:
578 578
579 # use Backspace = ^H 579 # use Backspace = ^H
580 $ stty erase ^H 580 $ stty erase ^H
581 $ urxvt 581 $ rxvt
582 582
583 # use Backspace = ^? 583 # use Backspace = ^?
584 $ stty erase ^? 584 $ stty erase ^?
585 $ urxvt 585 $ rxvt
586 586
587 Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in urxvt(7). 587 Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7).
588 588
589 For an existing rxvt-unicode: 589 For an existing rxvt-unicode:
590 590
591 # use Backspace = ^H 591 # use Backspace = ^H
592 $ stty erase ^H 592 $ stty erase ^H
618 There are some compile-time selections available via configure. 618 There are some compile-time selections available via configure.
619 Unless you have run "configure" with the "--disable-resources" 619 Unless you have run "configure" with the "--disable-resources"
620 option you can use the `keysym' resource to alter the keystrings 620 option you can use the `keysym' resource to alter the keystrings
621 associated with keysyms. 621 associated with keysyms.
622 622
623 Here's an example for a URxvt session started using "urxvt -name 623 Here's an example for a URxvt session started using "rxvt -name
624 URxvt" 624 URxvt"
625 625
626 URxvt.keysym.Home: \033[1~ 626 URxvt.keysym.Home: \033[1~
627 URxvt.keysym.End: \033[4~ 627 URxvt.keysym.End: \033[4~
628 URxvt.keysym.C-apostrophe: \033<C-'> 628 URxvt.keysym.C-apostrophe: \033<C-'>
1869 keysym remapping support 1869 keysym remapping support
1870 cursor blinking and underline cursor 1870 cursor blinking and underline cursor
1871 -embed and -pty-fd options 1871 -embed and -pty-fd options
1872 1872
1873 --enable-iso14755 (default: on) 1873 --enable-iso14755 (default: on)
1874 Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt). 1874 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
1875 Basic support (section 5.1) is enabled by "--enable-frills", while 1875 Basic support (section 5.1) is enabled by "--enable-frills", while
1876 support for 5.2, 5.3 and 5.4 is enabled with this switch. 1876 support for 5.2, 5.3 and 5.4 is enabled with this switch.
1877 1877
1878 --enable-keepscrolling (default: on) 1878 --enable-keepscrolling (default: on)
1879 Add support for continual scrolling of the display when you hold the 1879 Add support for continual scrolling of the display when you hold the
1903 Use Doug Lea's malloc - which is good for a production version See 1903 Use Doug Lea's malloc - which is good for a production version See
1904 <http://g.oswego.edu/dl/html/malloc.html> for details. 1904 <http://g.oswego.edu/dl/html/malloc.html> for details.
1905 1905
1906 --enable-smart-resize (default: on) 1906 --enable-smart-resize (default: on)
1907 Add smart growth/shrink behaviour when changing font size via hot 1907 Add smart growth/shrink behaviour when changing font size via hot
1908 keys. This should keep in a fixed position the urxvt corner which is 1908 keys. This should keep the window corner which is closest to a
1909 closest to a corner of the screen. 1909 corner of the screen in a fixed position.
1910 1910
1911 --enable-pointer-blank (default: on) 1911 --enable-pointer-blank (default: on)
1912 Add support to have the pointer disappear when typing or inactive. 1912 Add support to have the pointer disappear when typing or inactive.
1913 1913
1914 --with-name=NAME (default: urxvt) 1914 --with-name=NAME (default: urxvt)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines