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.
76 defines the window instance name (default $TERM).
81 This feature is useful when recording st sessions. A value of "-" means
85 defines the window title (default 'st').
88 defines the window title (default 'st').
91 embeds st within the window identified by
97 instead of a pseudo terminal.
99 should be a (pseudo-)serial device (e.g. /dev/ttyS0 on Linux for serial port
101 When this flag is given
102 remaining arguments are used as flags for
104 By default st initializes the serial line to 8 bits, no parity, 1 stop bit
105 and a 38400 baud rate. The speed is set by appending it as last argument
106 (e.g. 'st -l /dev/ttyS0 115200'). Arguments before the last one are
108 flags. If you want to set odd parity on 115200 baud use for example 'st -l
109 /dev/ttyS0 parenb parodd 115200'. Set the number of bits by using for
110 example 'st -l /dev/ttyS0 cs7 115200'. See
112 for more arguments and cases.
115 prints version information to stderr, then exits.
117 .BI \-e " command " [ " arguments " "... ]"
120 instead of the shell. If this is used it
121 .B must be the last option
122 on the command line, as in xterm / rxvt.
123 This option is only intended for compatibility,
124 and all the remaining arguments are used as a command
129 Send a break in the serial line.
130 Break key is obtained in PC keyboards
131 pressing at the same time control and pause.
134 Toggle if st should print to the
137 .B Shift-Print Screen
138 Print the full screen to the
142 Print the selection to the
145 .B Ctrl-Shift-Page Up
148 .B Ctrl-Shift-Page Down
152 Reset to default font size.
155 Paste from primary selection (middle mouse button).
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.