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.103 by root, Tue Jan 31 20:57:29 2006 UTC vs.
Revision 1.106 by root, Tue Jan 31 21:01:36 2006 UTC

19all escape sequences, and other background information. 19all escape sequences, and other background information.
20 20
21The newest version of this document is also available on the World Wide Web at 21The newest version of this document is also available on the World Wide Web at
22L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 22L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
23 23
24=head1 FREQUENTLY ASKED QUESTIONS 24=head1 RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
25 25
26 26
27=head2 Meta, Features & Commandline Issues 27=head2 Meta, Features & Commandline Issues
28 28
29=head3 My question isn't answered here, can I ask a human? 29=head3 My question isn't answered here, can I ask a human?
75Try C<@@URXVT_NAME@@d -f -o>, which tells @@URXVT_NAME@@d to open the 75Try C<@@URXVT_NAME@@d -f -o>, which tells @@URXVT_NAME@@d to open the
76display, create the listening socket and then fork. 76display, create the listening socket and then fork.
77 77
78=head3 How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc. 78=head3 How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.
79 79
80rxvt and rxvt-unicode always export the variable "COLORTERM", so you can 80The original rxvt and rxvt-unicode always export the variable "COLORTERM",
81check and see if that is set. Note that several programs, JED, slrn, 81so you can check and see if that is set. Note that several programs, JED,
82Midnight Commander automatically check this variable to decide whether or 82slrn, Midnight Commander automatically check this variable to decide
83not to use color. 83whether or not to use color.
84 84
85=head3 How do I set the correct, full IP address for the DISPLAY variable? 85=head3 How do I set the correct, full IP address for the DISPLAY variable?
86 86
87If you've compiled rxvt-unicode with DISPLAY_IS_IP and have enabled 87If you've compiled rxvt-unicode with DISPLAY_IS_IP and have enabled
88insecure mode then it is possible to use the following shell script 88insecure mode then it is possible to use the following shell script
125 125
126 text data bss drs rss filename 126 text data bss drs rss filename
127 98398 1664 24 15695 1824 rxvt --disable-everything 127 98398 1664 24 15695 1824 rxvt --disable-everything
128 188985 9048 66616 18222 1788 urxvt --disable-everything 128 188985 9048 66616 18222 1788 urxvt --disable-everything
129 129
130When you C<--enable-everything> (which _is_ unfair, as this involves xft 130When you C<--enable-everything> (which I<is> unfair, as this involves xft
131and full locale/XIM support which are quite bloaty inside libX11 and my 131and full locale/XIM support which are quite bloaty inside libX11 and my
132libc), the two diverge, but not unreasnobaly so. 132libc), the two diverge, but not unreasnobaly so.
133 133
134 text data bss drs rss filename 134 text data bss drs rss filename
135 163431 2152 24 20123 2060 rxvt --enable-everything 135 163431 2152 24 20123 2060 rxvt --enable-everything
687resource to set it: 687resource to set it:
688 688
689 URxvt.termName: rxvt 689 URxvt.termName: rxvt
690 690
691If you don't plan to use B<rxvt> (quite common...) you could also replace 691If you don't plan to use B<rxvt> (quite common...) you could also replace
692the rxvt terminfo file with the rxvt-unicode one. 692the rxvt terminfo file with the rxvt-unicode one and use C<TERM=rxvt>.
693 693
694=head3 C<tic> outputs some error when compiling the terminfo entry. 694=head3 C<tic> outputs some error when compiling the terminfo entry.
695 695
696Most likely it's the empty definition for C<enacs=>. Just replace it by 696Most likely it's the empty definition for C<enacs=>. Just replace it by
697C<enacs=\E[0@> and try again. 697C<enacs=\E[0@> and try again.
1003 1003
1004At the time of this writing, cygwin didn't seem to support any multi-byte 1004At the time of this writing, cygwin didn't seem to support any multi-byte
1005encodings (you might try C<LC_CTYPE=C-UTF-8>), so you are likely limited 1005encodings (you might try C<LC_CTYPE=C-UTF-8>), so you are likely limited
1006to 8-bit encodings. 1006to 8-bit encodings.
1007 1007
1008=head1 RXVT TECHNICAL REFERENCE 1008=head1 RXVT-UNICODE TECHNICAL REFERENCE
1009 1009
1010=head1 DESCRIPTION 1010=head1 DESCRIPTION
1011 1011
1012The rest of this document describes various technical aspects of 1012The rest of this document describes various technical aspects of
1013B<rxvt-unicode>. First the description of supported command sequences, 1013B<rxvt-unicode>. First the description of supported command sequences,
1911=begin table 1911=begin table
1912 1912
1913 4 Shift 1913 4 Shift
1914 8 Meta 1914 8 Meta
1915 16 Control 1915 16 Control
1916 32 Double Click I<(Rxvt extension)> 1916 32 Double Click I<(rxvt extension)>
1917 1917
1918=end table 1918=end table
1919 1919
1920Col = B<< C<< <x> - SPACE >> >> 1920Col = B<< C<< <x> - SPACE >> >>
1921 1921

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines