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 Send a break in the serial line.
127 Break key is obtained in PC keyboards
128 pressing at the same time control and pause.
131 Toggle if st should print to the
134 .B Shift-Print Screen
135 Print the full screen to the
139 Print the selection to the
145 .B Alt-Shift-Page Down
149 Reset to default font size.
152 Paste from primary selection (middle mouse button).
155 Paste from clipboard selection.
158 Copy the selected text to the clipboard selection.
161 Paste from the clipboard selection.
164 can be customized by creating a custom config.h and (re)compiling the source
165 code. This keeps it fast, secure and simple.
167 See the LICENSE file for the authors.
169 See the LICENSE file for the terms of redistribution.
175 See the TODO file in the distribution.