~kklimonda/ubuntu/lucid/rxvt-unicode/lp-514821

« back to all changes in this revision

Viewing changes to doc/rxvt.1.man.in

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2006-09-01 14:44:58 UTC
  • mfrom: (1.1.8 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060901144458-98hrz8zg01w8a3vy
Tags: 7.9-2
* Edit the comments in the app-defaults file, and disable all settings by
  default. If font autoselection fails, I would prefer to open a new bug
  specifically for that. (Closes: #385481)
* Reorganize and edit README.Debian, pushing as much as possible into FAQ
  format (with resource setting issues first).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
 
1
.\" Automatically generated by Pod::Man 2.09 (Pod::Simple 3.04)
2
2
.\"
3
3
.\" Standard preamble:
4
4
.\" ========================================================================
128
128
.rm #[ #] #H #V #F C
129
129
.\" ========================================================================
130
130
.\"
131
 
.IX Title "rxvt 1"
132
 
.TH rxvt 1 "2006-02-21" "7.6" "RXVT-UNICODE"
 
131
.IX Title "@@RXVT_NAME@@ 1"
 
132
.TH @@RXVT_NAME@@ 1 "2006-08-07" "7.9" "RXVT-UNICODE"
133
133
.SH "NAME"
134
134
rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
135
135
.SH "SYNOPSIS"
157
157
like mongolian or scripts requiring extremely complex combining rules,
158
158
like tibetan or devenagari. Don't expect pretty output when using these
159
159
scripts. Most other scripts, latin, cyrillic, kanji, thai etc. should work
160
 
fine, though. A somewhat difficult case are left-to-right scripts, such
 
160
fine, though. A somewhat difficult case are right-to-left scripts, such
161
161
as hebrew: \fBrxvt-unicode\fR adopts the view that bidirectional algorithms
162
162
belong into the application, not the terminal emulator (too many things \*(--
163
163
such as cursor-movement while editing \*(-- break otherwise), but that might
164
164
change.
165
165
.PP
166
166
If you are looking for a terminal that supports more exotic scripts, let
167
 
me recommend \f(CW\*(C`mlterm\*(C'\fR, which is a very userfriendly, lean and clean
 
167
me recommend \f(CW\*(C`mlterm\*(C'\fR, which is a very user friendly, lean and clean
168
168
terminal emulator. In fact, the reason rxvt-unicode was born was solely
169
169
because the author couldn't get \f(CW\*(C`mlterm\*(C'\fR to use one font for latin1 and
170
170
another for japanese.
171
171
.PP
172
172
Therefore another design rationale was the use of multiple fonts to
173
173
display characters: The idea of a single unicode font which many other
174
 
programs force onto it's users never made sense to me: You should be able
 
174
programs force onto its users never made sense to me: You should be able
175
175
to choose any font for any script freely.
176
176
.PP
177
177
Apart from that, rxvt-unicode is also much better internationalised than
178
 
it's predecessor, supports things such as \s-1XFT\s0 and \s-1ISO\s0 14755 that are handy
179
 
in i18n\-environments, is faster, and has a lot less bugs than the original
 
178
its predecessor, supports things such as \s-1XFT\s0 and \s-1ISO\s0 14755 that are handy
 
179
in i18n\-environments, is faster, and has a lot bugs less than the original
180
180
rxvt. This all in addition to dozens of other small improvements.
181
181
.PP
182
182
It is still faithfully following the original rxvt idea of being lean
183
183
and nice on resources: for example, you can still configure rxvt-unicode
184
 
without most of it's features to get a lean binary. It also comes with
 
184
without most of its features to get a lean binary. It also comes with
185
185
a client/daemon pair that lets you open any number of terminal windows
186
186
from within a single process, which makes startup time very fast and
187
187
drastically reduces memory usage. See @@RXVT_NAME@@d(1) (daemon) and
188
188
@@RXVT_NAME@@c(1) (client).
189
189
.PP
190
190
It also makes technical information about escape sequences (which have
191
 
been extended) easier accessible: see @@RXVT_NAME@@(7) for technical
 
191
been extended) more accessible: see @@RXVT_NAME@@(7) for technical
192
192
reference documentation (escape sequences etc.).
193
193
.SH "OPTIONS"
194
194
.IX Header "OPTIONS"
235
235
\&\fB\-tr\fR; resource \fBinheritPixmap\fR.
236
236
.Sp
237
237
\&\fIPlease note that transparency of any kind if completely unsupported by
238
 
the author. Don't bug him with installation questions!\fR
 
238
the author. Don't bug him with installation questions! Read the \s-1FAQ\s0 (man 7
 
239
@@RXVT_NAME@@)!\fR
239
240
.IP "\fB\-fade\fR \fInumber\fR" 4
240
241
.IX Item "-fade number"
241
242
Fade the text by the given percentage when focus is lost. Small values
254
255
\&\fItintColor\fR. Example:
255
256
.Sp
256
257
.Vb 1
257
 
\&   @@RXVT_NAME@@ -tr -tint blue -sh 40
 
258
\&   @@RXVT_NAME@@ \-tr \-tint blue \-sh 40
258
259
.Ve
259
260
.IP "\fB\-sh\fR" 4
260
261
.IX Item "-sh"
294
295
smaller, but not (in general) larger. A (hopefully) reasonable default
295
296
font list is always appended to it. See resource \fBfont\fR for more details.
296
297
.Sp
297
 
In short, to specify an X11 core font, just specify it's name or prefix it
 
298
In short, to specify an X11 core font, just specify its name or prefix it
298
299
with \f(CW\*(C`x:\*(C'\fR. To specify an XFT\-font, you need to prefix it with \f(CW\*(C`xft:\*(C'\fR,
299
300
e.g.:
300
301
.Sp
301
302
.Vb 2
302
 
\&   @@RXVT_NAME@@ -fn "xft:Bitstream Vera Sans Mono:pixelsize=15"
303
 
\&   @@RXVT_NAME@@ -fn "9x15bold,xft:Bitstream Vera Sans Mono"
 
303
\&   @@RXVT_NAME@@ \-fn "xft:Bitstream Vera Sans Mono:pixelsize=15"
 
304
\&   @@RXVT_NAME@@ \-fn "9x15bold,xft:Bitstream Vera Sans Mono"
304
305
.Ve
305
306
.Sp
306
307
See also the question \*(L"How does rxvt-unicode choose fonts?\*(R" in the \s-1FAQ\s0
429
430
run shell commands, you have to specify the shell, like this:
430
431
.Sp
431
432
.Vb 1
432
 
\&  @@RXVT_NAME@@ -e sh -c "shell commands"
 
433
\&  @@RXVT_NAME@@ \-e sh \-c "shell commands"
433
434
.Ve
434
435
.IP "\fB\-title\fR \fItext\fR" 4
435
436
.IX Item "-title text"
495
496
Remap a key symbol. See resource \fBkeysym\fR.
496
497
.IP "\fB\-embed\fR \fIwindowid\fR" 4
497
498
.IX Item "-embed windowid"
498
 
Tells @@RXVT_NAME@@ to embed it's windows into an already-existing window,
 
499
Tells @@RXVT_NAME@@ to embed its windows into an already-existing window,
499
500
which enables applications to easily embed a terminal.
500
501
.Sp
501
502
Right now, @@RXVT_NAME@@ will first unmap/map the specified window, so it
508
509
It might be useful to know that @@RXVT_NAME@@ will not close file
509
510
descriptors passed to it (except for stdin/out/err, of course), so you
510
511
can use file descriptors to communicate with the programs within the
511
 
terminal. This works regardless of wether the \f(CW\*(C`\-embed\*(C'\fR option was used or
 
512
terminal. This works regardless of whether the \f(CW\*(C`\-embed\*(C'\fR option was used or
512
513
not.
513
514
.Sp
514
515
Here is a short Gtk2\-perl snippet that illustrates how this option can be
516
517
.Sp
517
518
.Vb 5
518
519
\&   my $rxvt = new Gtk2::Socket;
519
 
\&   $rxvt->signal_connect_after (realize => sub {
520
 
\&      my $xid = $_[0]->window->get_xid;
521
 
\&      system "@@RXVT_NAME@@ -embed $xid &";
 
520
\&   $rxvt\->signal_connect_after (realize => sub {
 
521
\&      my $xid = $_[0]\->window\->get_xid;
 
522
\&      system "@@RXVT_NAME@@ \-embed $xid &";
522
523
\&   });
523
524
.Ve
524
525
.IP "\fB\-pty\-fd\fR \fIfile descriptor\fR" 4
525
526
.IX Item "-pty-fd file descriptor"
526
527
Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty
527
 
pair but instead use the given filehandle as the tty master. This is
 
528
pair but instead use the given file descriptor as the tty master. This is
528
529
useful if you want to drive @@RXVT_NAME@@ as a generic terminal emulator
529
530
without having to run a program within it.
530
531
.Sp
541
542
.Vb 2
542
543
\&   use IO::Pty;
543
544
\&   use Fcntl;
544
 
.Ve
545
 
.Sp
546
 
.Vb 4
 
545
\&
547
546
\&   my $pty = new IO::Pty;
548
 
\&   fcntl $pty, F_SETFD, 0; # clear close-on-exec
549
 
\&   system "@@RXVT_NAME@@ -pty-fd " . (fileno $pty) . "&";
 
547
\&   fcntl $pty, F_SETFD, 0; # clear close\-on\-exec
 
548
\&   system "@@RXVT_NAME@@ \-pty\-fd " . (fileno $pty) . "&";
550
549
\&   close $pty;
551
 
.Ve
552
 
.Sp
553
 
.Vb 3
 
550
\&
554
551
\&   # now communicate with rxvt
555
 
\&   my $slave = $pty->slave;
 
552
\&   my $slave = $pty\->slave;
556
553
\&   while (<$slave>) { print $slave "got <$_>\en" }
557
554
.Ve
558
555
.IP "\fB\-pe\fR \fIstring\fR" 4
570
567
with later settings overwriting earlier ones:
571
568
.PP
572
569
.Vb 5
573
 
\&  1. system-wide app-defaults file, either locale-dependent OR global
574
 
\&  2. app-defaults file in $XAPPLRESDIR
575
 
\&  3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults
 
570
\&  1. system\-wide app\-defaults file, either locale\-dependent OR global
 
571
\&  2. app\-defaults file in $XAPPLRESDIR
 
572
\&  3. RESOURCE_MANAGER property on root\-window OR $HOME/.Xdefaults
576
573
\&  4. SCREEN_RESOURCES for the current screen
577
 
\&  5. $XENVIRONMENT file OR $HOME/.Xdefaults-<nodename>
 
574
\&  5. $XENVIRONMENT file OR $HOME/.Xdefaults\-<nodename>
578
575
.Ve
579
576
.PP
580
577
Note that when reading X resources, \fB@@RXVT_NAME@@\fR recognizes two class
725
722
.Sp
726
723
.Vb 5
727
724
\&   URxvt.font: 9x15bold,\e
728
 
\&               -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\e
729
 
\&               -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \e
 
725
\&               \-misc\-fixed\-bold\-r\-normal\-\-15\-140\-75\-75\-c\-90\-iso10646\-1,\e
 
726
\&               \-misc\-fixed\-medium\-r\-normal\-\-15\-140\-75\-75\-c\-90\-iso10646\-1, \e
730
727
\&               [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e
731
728
\&               xft:Code2000:antialias=false
732
729
.Ve
773
770
.IX Item "intensityStyles: boolean"
774
771
When font styles are not enabled, or this option is enabled (\fBTrue\fR,
775
772
option \fB\-is\fR, the default), bold and italic font styles imply high
776
 
intensity foreground/backround colours. Disabling this option (\fBFalse\fR,
 
773
intensity foreground/background colours. Disabling this option (\fBFalse\fR,
777
774
option \fB+is\fR) disables this behaviour, the high intensity colours are not
778
775
reachable.
779
776
.IP "\fBselectstyle:\fR \fImode\fR" 4
824
821
Example:
825
822
.Sp
826
823
.Vb 1
827
 
\&   URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
 
824
\&   URxvt.print\-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
828
825
.Ve
829
826
.Sp
830
827
This creates a new file in your home directory with the screen contents
831
 
everytime you hit \f(CW\*(C`Print\*(C'\fR.
 
828
every time you hit \f(CW\*(C`Print\*(C'\fR.
832
829
.IP "\fBscrollBar:\fR \fIboolean\fR" 4
833
830
.IX Item "scrollBar: boolean"
834
831
\&\fBTrue\fR: enable the scrollbar [default]; option \fB\-sb\fR. \fBFalse\fR:
854
851
.IX Item "scrollWithBuffer: boolean"
855
852
\&\fBTrue\fR: scroll with scrollback buffer when tty receives new lines (and
856
853
\&\fBscrollTtyOutput\fR is False); option \fB\-sw\fR. \fBFalse\fR: do not scroll
857
 
with scrollback buffer when tty recieves new lines; option \fB+sw\fR.
 
854
with scrollback buffer when tty receives new lines; option \fB+sw\fR.
858
855
.IP "\fBscrollTtyKeypress:\fR \fIboolean\fR" 4
859
856
.IX Item "scrollTtyKeypress: boolean"
860
857
\&\fBTrue\fR: scroll to bottom when a non-special key is pressed. Special keys
1039
1036
can start or end with whitespace.
1040
1037
.Sp
1041
1038
Please note that you need to double the \f(CW\*(C`\e\*(C'\fR in resource files, as
1042
 
Xlib itself does it's own de-escaping (you can use \f(CW\*(C`\e033\*(C'\fR instead of
 
1039
Xlib itself does its own de-escaping (you can use \f(CW\*(C`\e033\*(C'\fR instead of
1043
1040
\&\f(CW\*(C`\ee\*(C'\fR (and so on), which will work with both Xt and @@RXVT_NAME@@'s own
1044
1041
processing).
1045
1042
.Sp
1046
1043
You can define a range of keysyms in one shot by providing a \fIstring\fR
1047
 
with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimeter `/'
 
1044
with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimiter `/'
1048
1045
should be a character not used by the strings.
1049
1046
.Sp
1050
1047
Its usage can be demonstrated by an example:
1051
1048
.Sp
1052
1049
.Vb 1
1053
 
\&  URxvt.keysym.M-C-0x61:    list|\e033<M-C-|abc|>
 
1050
\&  URxvt.keysym.M\-C\-0x61:    list|\e033<M\-C\-|abc|>
1054
1051
.Ve
1055
1052
.Sp
1056
1053
The above line is equivalent to the following three lines:
1057
1054
.Sp
1058
1055
.Vb 3
1059
 
\&  URxvt.keysym.Meta-Control-0x61:    \e033<M-C-a>
1060
 
\&  URxvt.keysym.Meta-Control-0x62:    \e033<M-C-b>
1061
 
\&  URxvt.keysym.Meta-Control-0x63:    \e033<M-C-c>
 
1056
\&  URxvt.keysym.Meta\-Control\-0x61:    \e033<M\-C\-a>
 
1057
\&  URxvt.keysym.Meta\-Control\-0x62:    \e033<M\-C\-b>
 
1058
\&  URxvt.keysym.Meta\-Control\-0x63:    \e033<M\-C\-c>
1062
1059
.Ve
1063
1060
.Sp
1064
1061
If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR
1067
1064
when Control-Meta-c is being pressed":
1068
1065
.Sp
1069
1066
.Vb 1
1070
 
\&  URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007
 
1067
\&  URxvt.keysym.M\-C\-c: command:\e033]701;zh_CN.GBK\e007
1071
1068
.Ve
1072
1069
.Sp
1073
1070
If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR
1076
1073
\&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events:
1077
1074
.Sp
1078
1075
.Vb 1
1079
 
\&  URxvt.keysym.M-C-c: perl:selection:rot13
 
1076
\&  URxvt.keysym.M\-C\-c: perl:selection:rot13
1080
1077
.Ve
1081
1078
.Sp
1082
1079
Due the the large number of modifier combinations, a defined key mapping
1093
1090
.Sp
1094
1091
.Vb 2
1095
1092
\&  URxvt.keysym.Insert: <my insert key sequence>
1096
 
\&  URxvt.keysym.S-Insert: builtin:
 
1093
\&  URxvt.keysym.S\-Insert: builtin:
1097
1094
.Ve
1098
1095
.Sp
1099
1096
The first line defines a mapping for \f(CW\*(C`Insert\*(C'\fR and \fIany\fR combination
1105
1102
font-switching at runtime:
1106
1103
.Sp
1107
1104
.Vb 2
1108
 
\&  URxvt.keysym.M-C-1: command:\e033]50;suxuseuro\e007
1109
 
\&  URxvt.keysym.M-C-2: command:\e033]50;9x15bold\e007
 
1105
\&  URxvt.keysym.M\-C\-1: command:\e033]50;suxuseuro\e007
 
1106
\&  URxvt.keysym.M\-C\-2: command:\e033]50;9x15bold\e007
1110
1107
.Ve
1111
1108
.Sp
1112
1109
Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more
1113
1110
info):
1114
1111
.Sp
1115
1112
.Vb 2
1116
 
\&  URxvt.keysym.M-C-3: command:\e033[8;25;80t
1117
 
\&  URxvt.keysym.M-C-4: command:\e033[8;48;110t
 
1113
\&  URxvt.keysym.M\-C\-3: command:\e033[8;25;80t
 
1114
\&  URxvt.keysym.M\-C\-4: command:\e033[8;48;110t
1118
1115
.Ve
1119
1116
.IP "\fBperl-ext-common\fR: \fIstring\fR" 4
1120
1117
.IX Item "perl-ext-common: string"
1133
1130
.Sp
1134
1131
Extension names can also be followed by an argument in angle brackets
1135
1132
(e.g.  \f(CW\*(C`searchable\-scrollback<M\-s>\*(C'\fR, which binds the hotkey for
1136
 
searchable scorllback to Alt/Meta\-s). Mentioning the same extension
 
1133
searchable scrollback to Alt/Meta\-s). Mentioning the same extension
1137
1134
multiple times with different arguments will pass multiple arguments to
1138
1135
the extension.
1139
1136
.Sp
1243
1240
You can use keyboard shortcuts, too:
1244
1241
.PP
1245
1242
.Vb 2
1246
 
\&   URxvt.keysym.M-C-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007
1247
 
\&   URxvt.keysym.M-C-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007
 
1243
\&   URxvt.keysym.M\-C\-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007
 
1244
\&   URxvt.keysym.M\-C\-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007
1248
1245
.Ve
1249
1246
.PP
1250
1247
rxvt-unicode will automatically re-apply these fonts to the output so far.
1255
1252
first part is available rxvt-unicode has been compiled with
1256
1253
\&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, the rest is available when rxvt-unicode was compiled
1257
1254
with \f(CW\*(C`\-\-enable\-iso14755\*(C'\fR.
1258
 
.IP "* 5.1: Basic method" 4
1259
 
.IX Item "5.1: Basic method"
 
1255
.IP "\(bu" 4
 
1256
5.1: Basic method
 
1257
.Sp
1260
1258
This allows you to enter unicode characters using their hexcode.
1261
1259
.Sp
1262
1260
Start by pressing and holding both \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, then enter
1271
1269
address printed as hexcodes, e.g. \f(CW\*(C`671d 65e5\*(C'\fR. You can enter this easily
1272
1270
by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, followed by \f(CW\*(C`6\-7\-1\-D\-SPACE\-6\-5\-E\-5\*(C'\fR,
1273
1271
followed by releasing the modifier keys.
1274
 
.IP "* 5.2: Keyboard symbols entry method" 4
1275
 
.IX Item "5.2: Keyboard symbols entry method"
 
1272
.IP "\(bu" 4
 
1273
5.2: Keyboard symbols entry method
 
1274
.Sp
1276
1275
This mode lets you input characters representing the keycap symbols of
1277
1276
your keyboard, if representable in the current locale encoding.
1278
1277
.Sp
1279
1278
Start by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then releasing
1280
1279
them. The next special key (cursor keys, home etc.) you enter will not
1281
 
invoke it's usual function but instead will insert the corresponding
 
1280
invoke its usual function but instead will insert the corresponding
1282
1281
keycap symbol. The symbol will only be entered when the key has been
1283
1282
released, otherwise pressing e.g. \f(CW\*(C`Shift\*(C'\fR would enter the symbol for
1284
1283
\&\f(CW\*(C`ISO Level 2 Switch\*(C'\fR, although your intention might have been to enter a
1285
1284
reverse tab (Shift\-Tab).
1286
 
.IP "* 5.3: Screen-selection entry method" 4
1287
 
.IX Item "5.3: Screen-selection entry method"
 
1285
.IP "\(bu" 4
 
1286
5.3: Screen-selection entry method
 
1287
.Sp
1288
1288
While this is implemented already (it's basically the selection
1289
1289
mechanism), it could be extended by displaying a unicode character map.
1290
 
.IP "* 5.4: Feedback method for identifying displayed characters for later input" 4
1291
 
.IX Item "5.4: Feedback method for identifying displayed characters for later input"
 
1290
.IP "\(bu" 4
 
1291
5.4: Feedback method for identifying displayed characters for later input
 
1292
.Sp
1292
1293
This method lets you display the unicode character code associated with
1293
1294
characters already displayed.
1294
1295
.Sp
1337
1338
foreground              = Black
1338
1339
background              = White
1339
1340
.TE
1340
 
 
1341
1341
.PP
1342
1342
It is also possible to specify the colour values of \fBforeground\fR,
1343
1343
\&\fBbackground\fR, \fBcursorColor\fR, \fBcursorColor2\fR, \fBcolorBD\fR, \fBcolorUL\fR as
1379
1379
background, and an almost opaque pink foreground:
1380
1380
.PP
1381
1381
.Vb 1
1382
 
\&   @@RXVT_NAME@@ -depth 32 -bg rgba:0000/0000/0000/2222 -fg "[e]pink"
 
1382
\&   @@RXVT_NAME@@ \-depth 32 \-bg rgba:0000/0000/0000/2222 \-fg "[e]pink"
1383
1383
.Ve
1384
1384
.PP
1385
1385
\&\fIPlease note that transparency of any kind if completely unsupported by
1390
1390
.IP "\fB\s-1TERM\s0\fR" 4
1391
1391
.IX Item "TERM"
1392
1392
Normally set to \f(CW\*(C`rxvt\-unicode\*(C'\fR, unless overwritten at configure time, via
1393
 
resources or on the commandline.
 
1393
resources or on the command line.
1394
1394
.IP "\fB\s-1COLORTERM\s0\fR" 4
1395
1395
.IX Item "COLORTERM"
1396
 
Either \f(CW\*(C`rxvt\*(C'\fR, \f(CW\*(C`rxvt\-xpm\*(C'\fR, depending on wether @@RXVT_NAME@@ was
 
1396
Either \f(CW\*(C`rxvt\*(C'\fR, \f(CW\*(C`rxvt\-xpm\*(C'\fR, depending on whether @@RXVT_NAME@@ was
1397
1397
compiled with \s-1XPM\s0 support, and optionally with the added extension
1398
1398
\&\f(CW\*(C`\-mono\*(C'\fR to indicate that rxvt-unicode runs on a monochrome screen.
1399
1399
.IP "\fB\s-1COLORFGBG\s0\fR" 4
1417
1417
.IP "\fB\s-1DISPLAY\s0\fR" 4
1418
1418
.IX Item "DISPLAY"
1419
1419
Used by @@RXVT_NAME@@ to connect to the display and set to the correct
1420
 
display in it's child processes.
 
1420
display in its child processes.
1421
1421
.IP "\fB\s-1SHELL\s0\fR" 4
1422
1422
.IX Item "SHELL"
1423
1423
The shell to be used for command execution, defaults to \f(CW\*(C`/bin/sh\*(C'\fR.
1426
1426
The unix domain socket path used by @@RXVT_NAME@@c(1) and
1427
1427
@@RXVT_NAME@@d(1).
1428
1428
.Sp
1429
 
Default \fI$HOME/.rxvt\-unicode\-\fI<nodename\fI\fR.
 
1429
Default \fI\f(CI$HOME\fI/.rxvt\-unicode\-\fI<nodename\fI\fR.
1430
1430
.IP "\fB\s-1HOME\s0\fR" 4
1431
1431
.IX Item "HOME"
1432
1432
Used to locate the default directory for the unix domain socket for
1453
1453
.IX Item "Project Coordinator"
1454
1454
Marc A. Lehmann <rxvt\-unicode@schmorp.de>
1455
1455
.Sp
1456
 
<http://software.schmorp.de/#rxvt\-unicode>
 
1456
<http://software.schmorp.de/pkg/rxvt\-unicode.html>
1457
1457
.SH "AUTHORS"
1458
1458
.IX Header "AUTHORS"
1459
1459
.IP "John Bovey" 4