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

Comparing rxvt-unicode/doc/rxvt.1.txt (file contents):
Revision 1.22 by root, Sat Jun 18 11:01:41 2005 UTC vs.
Revision 1.23 by root, Thu Jul 7 19:37:47 2005 UTC

4 4
5SYNOPSIS 5SYNOPSIS
6 rxvt [options] [-e command [ args ]] 6 rxvt [options] [-e command [ args ]]
7 7
8DESCRIPTION 8DESCRIPTION
9 rxvt-unicode, version 5.5, is a colour vt102 terminal emulator intended 9 rxvt-unicode, version 5.6, is a colour vt102 terminal emulator intended
10 as an *xterm*(1) replacement for users who do not require features such 10 as an *xterm*(1) replacement for users who do not require features such
11 as Tektronix 4014 emulation and toolkit-style configurability. As a 11 as Tektronix 4014 emulation and toolkit-style configurability. As a
12 result, rxvt-unicode uses much less swap space -- a significant 12 result, rxvt-unicode uses much less swap space -- a significant
13 advantage on a machine serving many X sessions. 13 advantage on a machine serving many X sessions.
14 14
611 611
612 print-pipe: *string* 612 print-pipe: *string*
613 Specify a command pipe for vt100 printer [default *lpr(1)*]. Use 613 Specify a command pipe for vt100 printer [default *lpr(1)*]. Use
614 Print to initiate a screen dump to the printer and Ctrl-Print or 614 Print to initiate a screen dump to the printer and Ctrl-Print or
615 Shift-Print to include the scrollback as well. 615 Shift-Print to include the scrollback as well.
616
617 The string will be interpreted as if typed into the shell as-is.
618
619 Example:
620
621 URxvt*print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
622
623 This creates a new file in your home directory with the screen
624 contents everytime you hit "Print".
616 625
617 scrollBar: *boolean* 626 scrollBar: *boolean*
618 True: enable the scrollbar [default]; option -sb. False: disable the 627 True: enable the scrollbar [default]; option -sb. False: disable the
619 scrollbar; option +sb. 628 scrollbar; option +sb.
620 629
1062 Used in the same way as "RXVTPATH". 1071 Used in the same way as "RXVTPATH".
1063 1072
1064 RXVT_SOCKET 1073 RXVT_SOCKET
1065 The unix domain socket path used by rxvtc(1) and rxvtd(1). 1074 The unix domain socket path used by rxvtc(1) and rxvtd(1).
1066 1075
1067 Default "$HOME/.rxvt-unicode-<nodename". 1076 Default $HOME/.rxvt-unicode-*<nodename*.
1068 1077
1069 HOME 1078 HOME
1070 Used to locate the default directory for the unix domain socket for 1079 Used to locate the default directory for the unix domain socket for
1071 daemon communications and to locate various resource files (such as 1080 daemon communications and to locate various resource files (such as
1072 ".Xdefaults") 1081 ".Xdefaults")
1081FILES 1090FILES
1082 /usr/lib/X11/rgb.txt 1091 /usr/lib/X11/rgb.txt
1083 Color names. 1092 Color names.
1084 1093
1085SEE ALSO 1094SEE ALSO
1086 rxvt(7), xterm(1), sh(1), resize(1), X(1), pty(4), tty(4), utmp(5) 1095 rxvt(7), rxvtc(1), rxvtd(1), xterm(1), sh(1), resize(1), X(1), pty(4),
1096 tty(4), utmp(5)
1087 1097
1088BUGS 1098BUGS
1089 Check the BUGS file for an up-to-date list. 1099 Check the BUGS file for an up-to-date list.
1090 1100
1091 Cursor change support is not yet implemented. 1101 Cursor change support is not yet implemented.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines