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

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.7 by root, Thu Feb 3 10:24:10 2005 UTC vs.
Revision 1.19 by root, Fri Feb 18 12:15:07 2005 UTC

36. ds PI pi 36. ds PI pi
37. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 37. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
38. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 38. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
39. ds L" "" 39. ds L" ""
40. ds R" "" 40. ds R" ""
41. ds C` 41. ds C` ""
42. ds C' 42. ds C' ""
43'br\} 43'br\}
44.el\{\ 44.el\{\
45. ds -- \|\(em\| 45. ds -- \|\(em\|
46. ds PI \(*p 46. ds PI \(*p
47. ds L" `` 47. ds L" ``
127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 1" 131.IX Title "rxvt 1"
132.TH rxvt 1 "2005-02-03" "4.9" "RXVT-UNICODE" 132.TH rxvt 1 "2005-02-18" "5.2" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) 134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]] 137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]]
142require features such as Tektronix 4014 emulation and toolkit-style 142require features such as Tektronix 4014 emulation and toolkit-style
143configurability. As a result, \fBrxvt-unicode\fR uses much less swap space \*(-- 143configurability. As a result, \fBrxvt-unicode\fR uses much less swap space \*(--
144a significant advantage on a machine serving many X sessions. 144a significant advantage on a machine serving many X sessions.
145.SH "FREQUENTLY ASKED QUESTIONS" 145.SH "FREQUENTLY ASKED QUESTIONS"
146.IX Header "FREQUENTLY ASKED QUESTIONS" 146.IX Header "FREQUENTLY ASKED QUESTIONS"
147See @@RXVT_NAME@@(7) (try \f(CW\*(C`man 7 @@RXVT_NAME@@\*(C'\fR) for a list of frequently 147See @@RXVT_NAME@@(7) (try \f(CW\*(C`man 7 @@RXVT_NAME@@\*(C'\fR) for a list of
148asked questions and answer to them and some common problems. 148frequently asked questions and answer to them and some common
149problems. That document is also accessible on the World-Wide-Web at
150<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
149.SH "RXVT-UNICODE VS. RXVT" 151.SH "RXVT-UNICODE VS. RXVT"
150.IX Header "RXVT-UNICODE VS. RXVT" 152.IX Header "RXVT-UNICODE VS. RXVT"
151Unlike the original rxvt, \fBrxvt-unicode\fR stores all text in Unicode 153Unlike the original rxvt, \fBrxvt-unicode\fR stores all text in Unicode
152internally. That means it can store and display most scripts in the 154internally. That means it can store and display most scripts in the
153world. Being a terminal emulator, however, some things are very difficult, 155world. Being a terminal emulator, however, some things are very difficult,
439\&\fBsecondaryScreen\fR. 441\&\fBsecondaryScreen\fR.
440.IP "\fB\-ssr\fR|\fB+ssr\fR" 4 442.IP "\fB\-ssr\fR|\fB+ssr\fR" 4
441.IX Item "-ssr|+ssr" 443.IX Item "-ssr|+ssr"
442Turn on/off secondary screen scroll (default enabled); resource 444Turn on/off secondary screen scroll (default enabled); resource
443\&\fBsecondaryScroll\fR. 445\&\fBsecondaryScroll\fR.
444.IP "\fB\-xrm\fR \fIresourcestring\fR" 4 446.IP "\fB\-keysym.\fR\fIsym\fR \fIstring\fR" 4
445.IX Item "-xrm resourcestring" 447.IX Item "-keysym.sym string"
446No effect on rxvt\-unicode. Simply passes through an argument to be made 448Remap a key symbol. See resource \fBkeysym\fR.
447available in the instance's argument list. Appears in \fI\s-1WM_COMMAND\s0\fR in 449.IP "\fB\-embed\fR \fIwindowid\fR" 4
448some window managers. 450.IX Item "-embed windowid"
451Tells @@RXVT_NAME@@ to embed it's windows into an already-existing window,
452which enables applications to easily embed a terminal.
453.Sp
454Right now, @@RXVT_NAME@@ will first unmap/map the specified window, so it
455shouldn't be a top-level window. @@RXVT_NAME@@ will also reconfigure it
456quite a bit, so don't expect it to keep some specific state. It's best to
457create an extra subwindow for @@RXVT_NAME@@ and leave it alone.
458.Sp
459The window will not be destroyed when @@RXVT_NAME@@ exits.
460.Sp
461It might be useful to know that @@RXVT_NAME@@ will not close file
462descriptors passed to it (except for stdin/out/err, of course), so you
463can use file descriptors to communicate with the programs within the
464terminal. This works regardless of wether the \f(CW\*(C`\-embed\*(C'\fR option was used or
465not.
466.Sp
467Here is a short Gtk2\-perl snippet that illustrates how this option can be
468used (a longer example is in \fIdoc/embed\fR):
469.Sp
470.Vb 4
471\& my $rxvt = new Gtk2::DrawingArea;
472\& $...->add ($rxvt); # important to add it somewhere first
473\& $rxvt->realize; # now it can be realized
474\& my $xid = $rxvt->window->get_xid;
475.Ve
476.Sp
477.Vb 1
478\& system "@@RXVT_NAME@@ -embed $xid &";
479.Ve
480.IP "\fB\-pty\-fd\fR \fIfileno\fR" 4
481.IX Item "-pty-fd fileno"
482Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty
483pair but instead use the given filehandle as the tty master. This is
484useful if you want to drive @@RXVT_NAME@@ as a generic terminal emulator
485without having to run a program within it.
486.Sp
487If this switch is given, @@RXVT_NAME@@ will not create any utmp/wtmp
488entries and will not tinker with pty/tty permissions \- you have to do that
489yourself if you want that.
490.Sp
491Here is a example in perl that illustrates how this option can be used (a
492longer example is in \fIdoc/pty\-fd\fR):
493.Sp
494.Vb 2
495\& use IO::Pty;
496\& use Fcntl;
497.Ve
498.Sp
499.Vb 4
500\& my $pty = new IO::Pty;
501\& fcntl $pty, F_SETFD, 0; # clear close-on-exec
502\& system "@@RXVT_NAME@@ -pty-fd " . (fileno $pty) . "&";
503\& close $pty;
504.Ve
505.Sp
506.Vb 3
507\& # now communicate with rxvt
508\& my $slave = $pty->slave;
509\& while (<$slave>) { print $slave "got <$_>\en" }
510.Ve
449.SH "RESOURCES (available also as long\-options)" 511.SH "RESOURCES (available also as long\-options)"
450.IX Header "RESOURCES (available also as long-options)" 512.IX Header "RESOURCES (available also as long-options)"
451Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long 513Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long
452options) compiled into your version. 514options) compiled into your version.
453.PP 515.PP
454There are two different methods that @@RXVT_NAME@@ can use to get the 516There are two different methods that @@RXVT_NAME@@ can use to get the
455Xresource data: using the X libraries (Xrm*\-functions) or internal 517Xresource data: using the X libraries (Xrm*\-functions) or internal
456Xresources reader (\fB~/.Xdefaults\fR). For the first method (ie. 518Xresources reader (\fB~/.Xdefaults\fR). For the first method (ie.
457\&\fB@@RXVT_NAME@@ \-h\fR lists \fBXGetDefaults\fR), you can set and change the 519\&\fB@@RXVT_NAME@@ \-h\fR lists \fBXGetDefaults\fR), you can set and change the
458resources using X11 tools like \fBxset\fR. Many distribution do also load 520resources using X11 tools like \fBxrdb\fR. Many distribution do also load
459settings from the \fB~/.Xresources\fR file when X starts. 521settings from the \fB~/.Xresources\fR file when X starts. @@RXVT_NAME@@
522will consult the following files/resources in order, with later settings
523overwriting earlier ones:
524.PP
525.Vb 5
526\& 1. system-wide app-defaults file, either locale-dependent OR global
527\& 2. app-defaults file in $XAPPLRESDIR
528\& 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults
529\& 4. SCREEN_RESOURCES for the current screen
530\& 5. $XENVIRONMENT file OR $HOME/.Xdefaults-<nodename>
531.Ve
460.PP 532.PP
461If compiled with internal Xresources support (i.e. \fB@@RXVT_NAME@@ \-h\fR 533If compiled with internal Xresources support (i.e. \fB@@RXVT_NAME@@ \-h\fR
462lists \fB.Xdefaults\fR) then \fB@@RXVT_NAME@@\fR accepts application defaults 534lists \fB.Xdefaults\fR) then \fB@@RXVT_NAME@@\fR accepts application defaults
463set in XAPPLOADDIR/URxvt (compile\-time defined: usually 535set in XAPPLOADDIR/URxvt (compile\-time defined: usually
464\&\fB/usr/lib/X11/app\-defaults/URxvt\fR) and resources set in 536\&\fB/usr/lib/X11/app\-defaults/URxvt\fR) and resources set in
713\&\fBFalse\fR: do not scroll to bottom when tty receives output; option 785\&\fBFalse\fR: do not scroll to bottom when tty receives output; option
714\&\fB+si\fR. 786\&\fB+si\fR.
715.IP "\fBscrollWithBuffer:\fR \fIboolean\fR" 4 787.IP "\fBscrollWithBuffer:\fR \fIboolean\fR" 4
716.IX Item "scrollWithBuffer: boolean" 788.IX Item "scrollWithBuffer: boolean"
717\&\fBTrue\fR: scroll with scrollback buffer when tty receives new lines (and 789\&\fBTrue\fR: scroll with scrollback buffer when tty receives new lines (and
718\&\fBscrollTtyOutput\fR is False); option \fB+sw\fR. \fBFalse\fR: do not scroll 790\&\fBscrollTtyOutput\fR is False); option \fB\-sw\fR. \fBFalse\fR: do not scroll
719with scrollback buffer when tty recieves new lines; option \fB\-sw\fR. 791with scrollback buffer when tty recieves new lines; option \fB+sw\fR.
720.IP "\fBscrollTtyKeypress:\fR \fIboolean\fR" 4 792.IP "\fBscrollTtyKeypress:\fR \fIboolean\fR" 4
721.IX Item "scrollTtyKeypress: boolean" 793.IX Item "scrollTtyKeypress: boolean"
722\&\fBTrue\fR: scroll to bottom when a non-special key is pressed. Special keys 794\&\fBTrue\fR: scroll to bottom when a non-special key is pressed. Special keys
723are those which are intercepted by rxvt-unicode for special handling and 795are those which are intercepted by rxvt-unicode for special handling and
724are not passed onto the shell; option \fB\-sk\fR. \fBFalse\fR: do not scroll to 796are not passed onto the shell; option \fB\-sk\fR. \fBFalse\fR: do not scroll to
876\&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab, 948\&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab,
877\&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete, 949\&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete,
878\&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it 950\&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it
879can start or end with whitespace. 951can start or end with whitespace.
880.Sp 952.Sp
953Please note that you need to double the \f(CW\*(C`\e\*(C'\fR when using
954\&\f(CW\*(C`\-\-enable\-xgetdefault\*(C'\fR, as X itself does it's own de-escaping (you can
955use \f(CW\*(C`\e033\*(C'\fR instead of \f(CW\*(C`\ee\*(C'\fR (and so on), which will work with both Xt and
956@@RXVT_NAME@@'s own processing).
957.Sp
881You can define a range of keysyms in one shot by providing a \fIstring\fR 958You can define a range of keysyms in one shot by providing a \fIstring\fR
882with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimeter `/' 959with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimeter `/'
883should be a character not used by the strings. 960should be a character not used by the strings.
884.Sp 961.Sp
885Its usage can be demonstrated by an example: 962Its usage can be demonstrated by an example:
886.Sp 963.Sp
887.Vb 1 964.Vb 1
888\& URxvt.keysym.M-C-0x61: list|\ee<M-C-|abc|> 965\& URxvt.keysym.M-C-0x61: list|\e033<M-C-|abc|>
889.Ve 966.Ve
890.Sp 967.Sp
891The above line is equivalent to the following three lines: 968The above line is equivalent to the following three lines:
892.Sp 969.Sp
893.Vb 3 970.Vb 3
894\& URxvt.keysym.Meta-Control-0x61: \ee<M-C-a> 971\& URxvt.keysym.Meta-Control-0x61: \e033<M-C-a>
895\& URxvt.keysym.Meta-Control-0x62: \ee<M-C-b> 972\& URxvt.keysym.Meta-Control-0x62: \e033<M-C-b>
896\& URxvt.keysym.Meta-Control-0x63: \ee<M-C-c> 973\& URxvt.keysym.Meta-Control-0x63: \e033<M-C-c>
897.Ve 974.Ve
898.Sp 975.Sp
899If \fIstring\fR takes the form of \f(CW\*(C`proto:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR 976If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR
900is interpreted and executed as @@RXVT_NAME@@'s control sequence. For 977is interpreted and executed as @@RXVT_NAME@@'s control sequence. For
901example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR 978example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR
902when Control-Meta-c is being pressed": 979when Control-Meta-c is being pressed":
903.Sp 980.Sp
904.Vb 1 981.Vb 1
905\& URxvt.keysym.M-C-c: proto:\e033]701;zh_CN.GBK\e007 982\& URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007
906.Ve 983.Ve
907.Sp 984.Sp
908The following example will map Control\-Meta\-1 and Control\-Meta\-2 to 985The following example will map Control\-Meta\-1 and Control\-Meta\-2 to
909the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you cna have some limited 986the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you can have some limited
910font-switching at runtime: 987font-switching at runtime:
911.Sp 988.Sp
912.Vb 2 989.Vb 2
913\& URxvt.keysym.M-C-1: proto:\e033]50;suxuseuro\e007 990\& URxvt.keysym.M-C-1: command:\e033]50;suxuseuro\e007
914\& URxvt.keysym.M-C-2: proto:\e033]50;9x15bold\e007 991\& URxvt.keysym.M-C-2: command:\e033]50;9x15bold\e007
915.Ve 992.Ve
916.Sp 993.Sp
917\&\f(CW\*(C`proto:\e033]701;zh_CN.GBK\e007\*(C'\fR means: change the current locale to 994Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more
918\&\f(CW\*(C`zh_CN.GBK\*(C'\fR. 995info):
996.Sp
997.Vb 2
998\& URxvt.keysym.M-C-3: command:\e033[8;25;80t
999\& URxvt.keysym.M-C-4: command:\e033[8;48;110t
1000.Ve
919.SH "THE SCROLLBAR" 1001.SH "THE SCROLLBAR"
920.IX Header "THE SCROLLBAR" 1002.IX Header "THE SCROLLBAR"
921Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window 1003Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window
922(resource: \fBsaveLines\fR) and can be scrolled back using the scrollbar 1004(resource: \fBsaveLines\fR) and can be scrolled back using the scrollbar
923or by keystrokes. The normal \fB@@RXVT_NAME@@\fR scrollbar has arrows and 1005or by keystrokes. The normal \fB@@RXVT_NAME@@\fR scrollbar has arrows and
933the normal text selection/insertion, hold either the Shift or the Meta 1015the normal text selection/insertion, hold either the Shift or the Meta
934(Alt) key while performing the desired mouse action. 1016(Alt) key while performing the desired mouse action.
935.PP 1017.PP
936If mouse reporting mode is active, the normal scrollbar actions are 1018If mouse reporting mode is active, the normal scrollbar actions are
937disabled \*(-- on the assumption that we are using a fullscreen 1019disabled \*(-- on the assumption that we are using a fullscreen
938application. Instead, pressing Button1 and Button3 sends \fBESC[6~\fR 1020application. Instead, pressing Button1 and Button3 sends \fB\s-1ESC\s0 [ 6 ~\fR
939(Next) and \fBESC[5~\fR (Prior), respectively. Similarly, clicking on the 1021(Next) and \fB\s-1ESC\s0 [ 5 ~\fR (Prior), respectively. Similarly, clicking on the
940up and down arrows sends \fBESC[A\fR (Up) and \fBESC[B\fR (Down), 1022up and down arrows sends \fB\s-1ESC\s0 [ A\fR (Up) and \fB\s-1ESC\s0 [ B\fR (Down),
941respectively. 1023respectively.
942.SH "TEXT SELECTION AND INSERTION" 1024.SH "TEXT SELECTION AND INSERTION"
943.IX Header "TEXT SELECTION AND INSERTION" 1025.IX Header "TEXT SELECTION AND INSERTION"
944The behaviour of text selection and insertion mechanism is similar to 1026The behaviour of text selection and insertion mechanism is similar to
945\&\fIxterm\fR(1). 1027\&\fIxterm\fR(1).
1076.IX Item "@@RXVT_NAME@@ -fg Black -bg White -rv" 1158.IX Item "@@RXVT_NAME@@ -fg Black -bg White -rv"
1077would yield White on Black, while on \fIxterm\fR(1) it would yield Black 1159would yield White on Black, while on \fIxterm\fR(1) it would yield Black
1078on White. 1160on White.
1079.SH "ENVIRONMENT" 1161.SH "ENVIRONMENT"
1080.IX Header "ENVIRONMENT" 1162.IX Header "ENVIRONMENT"
1081\&\fB@@RXVT_NAME@@\fR sets the environment variables \fB\s-1TERM\s0\fR, \fB\s-1COLORTERM\s0\fR 1163\&\fB@@RXVT_NAME@@\fR sets and/or uses the following environment variables:
1082and \fB\s-1COLORFGBG\s0\fR. The environment variable \fB\s-1WINDOWID\s0\fR is set to the X 1164.IP "\fB\s-1TERM\s0\fR" 4
1083window id number of the \fB@@RXVT_NAME@@\fR window and it also uses and 1165.IX Item "TERM"
1084sets the environment variable \fB\s-1DISPLAY\s0\fR to specify which display 1166Normally set to \f(CW\*(C`rxvt\-unicode\*(C'\fR, unless overwritten at configure time, via
1085terminal to use. \fB@@RXVT_NAME@@\fR uses the environment variables 1167resources or on the commandline.
1086\&\fB\s-1RXVTPATH\s0\fR and \fB\s-1PATH\s0\fR to find \s-1XPM\s0 files. 1168.IP "\fB\s-1COLORTERM\s0\fR" 4
1169.IX Item "COLORTERM"
1170Either \f(CW\*(C`rxvt\*(C'\fR, \f(CW\*(C`rxvt\-xpm\*(C'\fR, depending on wether @@RXVT_NAME@@ was
1171compiled with \s-1XPM\s0 support, and optionally with the added extension
1172\&\f(CW\*(C`\-mono\*(C'\fR to indicate that rxvt-unicode runs on a monochrome screen.
1173.IP "\fB\s-1COLORFGBG\s0\fR" 4
1174.IX Item "COLORFGBG"
1175Set to a string of the form \f(CW\*(C`fg;bg\*(C'\fR or \f(CW\*(C`fg;xpm;bg\*(C'\fR, where \f(CW\*(C`fg\*(C'\fR is
1176the colour code used as default foreground/text colour (or the string
1177\&\f(CW\*(C`default\*(C'\fR to indicate that the default-colour escape sequence is to be
1178used), \f(CW\*(C`bg\*(C'\fR is the colour code used as default background colour (or the
1179string \f(CW\*(C`default\*(C'\fR), and \f(CW\*(C`xpm\*(C'\fR is the string \f(CW\*(C`default\*(C'\fR if @@RXVT_NAME@@
1180was compiled with \s-1XPM\s0 support. Libraries like \f(CW\*(C`ncurses\*(C'\fR and \f(CW\*(C`slang\*(C'\fR can
1181(and do) use this information to optimize screen output.
1182.IP "\fB\s-1WINDOWID\s0\fR" 4
1183.IX Item "WINDOWID"
1184Set to the (decimal) X Window \s-1ID\s0 of the @@RXVT_NAME@@ window (the toplevel
1185window, which usually has subwindows for the scrollbar, the terminal
1186window and so on).
1187.IP "\fB\s-1TERMINFO\s0\fR" 4
1188.IX Item "TERMINFO"
1189Set to the terminfo directory iff @@RXVT_NAME@@ was configured with
1190\&\f(CW\*(C`\-\-with\-terminfo=PATH\*(C'\fR.
1191.IP "\fB\s-1DISPLAY\s0\fR" 4
1192.IX Item "DISPLAY"
1193Used by @@RXVT_NAME@@ to connect to the display and set to the correct
1194display in it's child processes.
1195.IP "\fB\s-1SHELL\s0\fR" 4
1196.IX Item "SHELL"
1197The shell to be used for command execution, defaults to \f(CW\*(C`/bin/sh\*(C'\fR.
1198.IP "\fB\s-1RXVTPATH\s0\fR" 4
1199.IX Item "RXVTPATH"
1200The path where @@RXVT_NAME@@ looks for support files such as menu and xpm
1201files.
1202.IP "\fB\s-1PATH\s0\fR" 4
1203.IX Item "PATH"
1204Used in the same way as \f(CW\*(C`RXVTPATH\*(C'\fR.
1205.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4
1206.IX Item "RXVT_SOCKET"
1207The unix domain socket path used by @@RXVT_NAME@@c(1) and
1208@@RXVT_NAME@@d(1).
1209.Sp
1210Default \f(CW\*(C`$HOME/.rxvt\-unicode\-<nodename\*(C'\fR.
1211.IP "\fB\s-1HOME\s0\fR" 4
1212.IX Item "HOME"
1213Used to locate the default directory for the unix domain socket for
1214daemon communications and to locate various resource files (such as
1215\&\f(CW\*(C`.Xdefaults\*(C'\fR)
1216.IP "\fB\s-1XAPPLRESDIR\s0\fR" 4
1217.IX Item "XAPPLRESDIR"
1218Directory where various X resource files are being located.
1219.IP "\fB\s-1XENVIRONMENT\s0\fR" 4
1220.IX Item "XENVIRONMENT"
1221If set and accessible, gives the name of a X resource file to be loaded by
1222@@RXVT_NAME@@.
1087.SH "FILES" 1223.SH "FILES"
1088.IX Header "FILES" 1224.IX Header "FILES"
1089.IP "\fB/usr/lib/X11/rgb.txt\fR" 4 1225.IP "\fB/usr/lib/X11/rgb.txt\fR" 4
1090.IX Item "/usr/lib/X11/rgb.txt" 1226.IX Item "/usr/lib/X11/rgb.txt"
1091Color names. 1227Color names.
1101Click-and-drag doesn't work with X11 mouse report overriding. 1237Click-and-drag doesn't work with X11 mouse report overriding.
1102.SH "CURRENT PROJECT COORDINATOR" 1238.SH "CURRENT PROJECT COORDINATOR"
1103.IX Header "CURRENT PROJECT COORDINATOR" 1239.IX Header "CURRENT PROJECT COORDINATOR"
1104.IP "Project Coordinator" 4 1240.IP "Project Coordinator" 4
1105.IX Item "Project Coordinator" 1241.IX Item "Project Coordinator"
1106@@RXVT_MAINT@@ @@RXVT_MAINTEMAIL@@ 1242Marc A. Lehmann <rxvt\-unicode@schmorp.de>
1107.IP "Web page maintainter" 4
1108.IX Item "Web page maintainter"
1109@@RXVT_WEBMAINT@@ @@RXVT_WEBMAINTEMAIL@@
1110.Sp 1243.Sp
1111@@RXVT_WEBPAGE@@ 1244<http://software.schmorp.de/#rxvt\-unicode>
1112.SH "AUTHORS" 1245.SH "AUTHORS"
1113.IX Header "AUTHORS" 1246.IX Header "AUTHORS"
1114.IP "John Bovey" 4 1247.IP "John Bovey" 4
1115.IX Item "John Bovey" 1248.IX Item "John Bovey"
1116University of Kent, 1992, wrote the original Xvt. 1249University of Kent, 1992, wrote the original Xvt.
1130Project Coordinator (changes.txt 2.21a to 2.4.5) 1263Project Coordinator (changes.txt 2.21a to 2.4.5)
1131.IP "Geoff Wing <gcw@pobox.com>" 4 1264.IP "Geoff Wing <gcw@pobox.com>" 4
1132.IX Item "Geoff Wing <gcw@pobox.com>" 1265.IX Item "Geoff Wing <gcw@pobox.com>"
1133Rewrote screen display and text selection routines. Project Coordinator 1266Rewrote screen display and text selection routines. Project Coordinator
1134(changes.txt 2.4.6 \- rxvt\-unicode) 1267(changes.txt 2.4.6 \- rxvt\-unicode)
1135.IP "Marc Alexander Lehmann <rxvt@schmorp.de>" 4 1268.IP "Marc Alexander Lehmann <rxvt\-unicode@schmorp.de>" 4
1136.IX Item "Marc Alexander Lehmann <rxvt@schmorp.de>" 1269.IX Item "Marc Alexander Lehmann <rxvt-unicode@schmorp.de>"
1137Forked rxvt\-unicode, rewrote most of the display code and internal 1270Forked rxvt\-unicode, rewrote most of the display code and internal
1138character handling to store text in unicode, improve xterm 1271character handling to store text in unicode, improve xterm
1139compatibility and apply numerous other bugfixes and extensions. 1272compatibility and apply numerous other bugfixes and extensions.
1140.Sp 1273.Sp
1141Project Coordinator (Changes 1.0 \-) 1274Project Coordinator (Changes 1.0 \-)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines