52 is a simple terminal emulator.
56 disable alternate screens in terminal
59 defines the window class (default $TERM).
64 to use when st is run.
67 defines the X11 geometry string.
68 The form is [=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yoffset>]. See
69 .BR XParseGeometry (3)
73 will fixate the position given with the -g option.
78 This feature is useful when recording st sessions. A value of "-" means
82 defines the window title (default 'st').
85 defines the window title (default 'st').
88 embeds st within the window identified by
94 instead of a pseudo terminal.
96 should be a (pseudo-)serial device (e.g. /dev/ttySO on Linux for serial port
98 When this flag is given
99 remaining arguments are used as flags for
101 By default st initializes the serial line to 8 bits, no parity, 1 stop bit
102 and a 38400 baud rate. The speed is set by appending it as last argument
103 (e.g. 'st -l 115200'). Arguments before the last one are
105 flags. If you want to set odd parity on 115200 baud use for example 'st -l
106 parenb parodd 115200'. Set the number of bits by using for example 'st -l cs7
109 for more arguments and cases.
112 prints version information to stderr, then exits.
114 .BI \-e " program " [ " arguments " "... ]"
117 instead of the shell. If this is used it
118 .B must be the last option
119 on the command line, as in xterm / rxvt.
120 This option is only intended for compability,
121 and all the remaining arguments are used as a command
126 Toggle if st should print to the
129 .B Shift-Print Screen
130 Print the full screen to the
134 Print the selection to the
140 .B Alt-Shift-Page Down
144 Reset to default font size.
147 Paste from primary selection (middle mouse button).
150 Paste from clipboard selection.
153 Copy the selected text to the clipboard selection.
156 Paste from the clipboard selection.
159 can be customized by creating a custom config.h and (re)compiling the source
160 code. This keeps it fast, secure and simple.
162 See the LICENSE file for the authors.
164 See the LICENSE file for the terms of redistribution.
170 See the TODO file in the distribution.