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.61 by root, Tue Jan 31 20:58:12 2006 UTC vs.
Revision 1.62 by root, Tue Jan 31 21:00:26 2006 UTC

64 How can I start urxvtd in a race-free way? 64 How can I start urxvtd in a race-free way?
65 Try "urxvtd -f -o", which tells urxvtd to open the display, create the 65 Try "urxvtd -f -o", which tells urxvtd to open the display, create the
66 listening socket and then fork. 66 listening socket and then fork.
67 67
68 How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc. 68 How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.
69 rxvt and rxvt-unicode always export the variable "COLORTERM", so you can 69 The original rxvt and rxvt-unicode always export the variable
70 check and see if that is set. Note that several programs, JED, slrn, 70 "COLORTERM", so you can check and see if that is set. Note that several
71 Midnight Commander automatically check this variable to decide whether 71 programs, JED, slrn, Midnight Commander automatically check this
72 or not to use color. 72 variable to decide whether or not to use color.
73 73
74 How do I set the correct, full IP address for the DISPLAY variable? 74 How do I set the correct, full IP address for the DISPLAY variable?
75 If you've compiled rxvt-unicode with DISPLAY_IS_IP and have enabled 75 If you've compiled rxvt-unicode with DISPLAY_IS_IP and have enabled
76 insecure mode then it is possible to use the following shell script 76 insecure mode then it is possible to use the following shell script
77 snippets to correctly set the display. If your version of rxvt-unicode 77 snippets to correctly set the display. If your version of rxvt-unicode
642 resource to set it: 642 resource to set it:
643 643
644 URxvt.termName: rxvt 644 URxvt.termName: rxvt
645 645
646 If you don't plan to use rxvt (quite common...) you could also replace 646 If you don't plan to use rxvt (quite common...) you could also replace
647 the rxvt terminfo file with the rxvt-unicode one. 647 the rxvt terminfo file with the rxvt-unicode one and use "TERM=rxvt".
648 648
649 "tic" outputs some error when compiling the terminfo entry. 649 "tic" outputs some error when compiling the terminfo entry.
650 Most likely it's the empty definition for "enacs=". Just replace it by 650 Most likely it's the empty definition for "enacs=". Just replace it by
651 "enacs=\E[0@" and try again. 651 "enacs=\E[0@" and try again.
652 652
934 934
935 At the time of this writing, cygwin didn't seem to support any 935 At the time of this writing, cygwin didn't seem to support any
936 multi-byte encodings (you might try "LC_CTYPE=C-UTF-8"), so you are 936 multi-byte encodings (you might try "LC_CTYPE=C-UTF-8"), so you are
937 likely limited to 8-bit encodings. 937 likely limited to 8-bit encodings.
938 938
939RXVT TECHNICAL REFERENCE 939RXVT-UNICODE TECHNICAL REFERENCE
940DESCRIPTION 940DESCRIPTION
941 The rest of this document describes various technical aspects of 941 The rest of this document describes various technical aspects of
942 rxvt-unicode. First the description of supported command sequences, 942 rxvt-unicode. First the description of supported command sequences,
943 followed by pixmap support and last by a description of all features 943 followed by pixmap support and last by a description of all features
944 selectable at "configure" time. 944 selectable at "configure" time.
1503 1503
1504 State = "(<b> - SPACE) & 60" 1504 State = "(<b> - SPACE) & 60"
1505 4 Shift 1505 4 Shift
1506 8 Meta 1506 8 Meta
1507 16 Control 1507 16 Control
1508 32 Double Click (Rxvt extension) 1508 32 Double Click (rxvt extension)
1509 1509
1510 Col = "<x> - SPACE" 1510 Col = "<x> - SPACE"
1511 1511
1512 Row = "<y> - SPACE" 1512 Row = "<y> - SPACE"
1513 1513

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines