48 is a simple terminal emulator.
52 disable alternate screens in terminal
55 defines the window class (default $TERM).
60 to use when st is run.
63 defines the X11 geometry string.
64 The form is [=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yoffset>]. See
65 .BR XParseGeometry (3)
69 will fixate the position given with the -g option.
74 This feature is useful when recording st sessions. A value of "-" means
78 defines the window title (default 'st').
81 defines the window title (default 'st').
84 embeds st within the window identified by
90 instead of a pseudo terminal.
92 should be a (pseudo-)serial device (e.g. /dev/ttySO on Linux for serial port
94 When this flag is given
95 remaining arguments are used as flags for
97 By default st initializes the serial line to 8 bits, no parity, 1 stop bit
98 and a 38400 baud rate. The speed is set by appending it as last argument
99 (e.g. 'st -l 115200'). Arguments before the last one are
101 flags. If you want to set odd parity on 115200 baud use for example 'st -l
102 parenb parodd 115200'. Set the number of bits by using for example 'st -l cs7
105 for more arguments and cases.
108 prints version information to stderr, then exits.
110 .BI \-e " command " [ " arguments " "... ]"
113 instead of the shell. If this is used it
114 .B must be the last option
115 on the command line, as in xterm / rxvt.
116 This option is only intended for compability,
117 and all the remaining arguments are used as a command
122 Send a break in the serial line.
123 Break key is obtained in PC keyboards
124 pressing at the same time control and pause.
127 Toggle if st should print to the
130 .B Shift-Print Screen
131 Print the full screen to the
135 Print the selection to the
141 .B Alt-Shift-Page Down
145 Reset to default font size.
148 Paste from primary selection (middle mouse button).
151 Paste from clipboard selection.
154 Copy the selected text to the clipboard selection.
157 Paste from the clipboard selection.
160 can be customized by creating a custom config.h and (re)compiling the source
161 code. This keeps it fast, secure and simple.
163 See the LICENSE file for the authors.
165 See the LICENSE file for the terms of redistribution.
171 See the TODO file in the distribution.