2011-05-14 17:47:37 +02:00
|
|
|
.TH ST 1 st\-VERSION
|
2010-09-02 02:02:56 +02:00
|
|
|
.SH NAME
|
|
|
|
st \- simple terminal
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B st
|
2013-04-03 20:42:27 +02:00
|
|
|
.RB [ \-a ]
|
2010-11-30 22:55:44 +01:00
|
|
|
.RB [ \-c
|
|
|
|
.IR class ]
|
2012-09-30 20:23:10 +02:00
|
|
|
.RB [ \-f
|
|
|
|
.IR font ]
|
2012-09-03 23:02:29 +02:00
|
|
|
.RB [ \-g
|
|
|
|
.IR geometry ]
|
2014-04-25 22:34:24 +02:00
|
|
|
.RB [ \-i ]
|
2012-09-30 20:23:10 +02:00
|
|
|
.RB [ \-o
|
|
|
|
.IR file ]
|
2010-11-30 22:55:44 +01:00
|
|
|
.RB [ \-t
|
|
|
|
.IR title ]
|
2015-07-24 18:24:10 +02:00
|
|
|
.RB [ \-T
|
|
|
|
.IR title ]
|
2015-04-13 19:03:53 +02:00
|
|
|
.RB [ \-l
|
|
|
|
.IR line ]
|
2011-06-08 21:35:58 +02:00
|
|
|
.RB [ \-w
|
|
|
|
.IR windowid ]
|
2010-09-02 02:02:56 +02:00
|
|
|
.RB [ \-v ]
|
2010-11-30 22:55:44 +01:00
|
|
|
.RB [ \-e
|
2011-05-14 17:47:37 +02:00
|
|
|
.IR command ...]
|
2015-04-13 19:03:53 +02:00
|
|
|
.RI [ commands ...]
|
|
|
|
.PP
|
|
|
|
.B st
|
|
|
|
.RB [ \-a ]
|
|
|
|
.RB [ \-c
|
|
|
|
.IR class ]
|
|
|
|
.RB [ \-f
|
|
|
|
.IR font ]
|
|
|
|
.RB [ \-g
|
|
|
|
.IR geometry ]
|
|
|
|
.RB [ \-i ]
|
|
|
|
.RB [ \-o
|
|
|
|
.IR file ]
|
|
|
|
.RB [ \-t
|
|
|
|
.IR title ]
|
2015-07-24 18:24:10 +02:00
|
|
|
.RB [ \-T
|
|
|
|
.IR title ]
|
2015-04-13 19:03:53 +02:00
|
|
|
.RB [ \-l
|
|
|
|
.IR line ]
|
|
|
|
.RB [ \-w
|
|
|
|
.IR windowid ]
|
|
|
|
.RB [ \-v ]
|
|
|
|
.RB [ \-l
|
|
|
|
.IR line ]
|
|
|
|
.RI [ stty_args ...]
|
2010-09-02 02:02:56 +02:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B st
|
|
|
|
is a simple terminal emulator.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2013-04-03 20:42:27 +02:00
|
|
|
.B \-a
|
|
|
|
disable alternate screens in terminal
|
|
|
|
.TP
|
2011-05-14 17:47:37 +02:00
|
|
|
.BI \-c " class"
|
|
|
|
defines the window class (default $TERM).
|
2010-11-19 17:13:13 +01:00
|
|
|
.TP
|
2012-09-30 20:23:10 +02:00
|
|
|
.BI \-f " font"
|
|
|
|
defines the
|
|
|
|
.I font
|
|
|
|
to use when st is run.
|
|
|
|
.TP
|
|
|
|
.BI \-g " geometry"
|
2014-04-25 22:34:24 +02:00
|
|
|
defines the X11 geometry string.
|
|
|
|
The form is [=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yoffset>]. See
|
2013-04-13 15:24:26 +02:00
|
|
|
.BR XParseGeometry (3)
|
|
|
|
for further details.
|
2012-09-30 20:23:10 +02:00
|
|
|
.TP
|
2014-08-17 20:49:33 +02:00
|
|
|
.B \-i
|
2014-04-25 22:34:24 +02:00
|
|
|
will fixate the position given with the -g option.
|
|
|
|
.TP
|
2015-03-14 08:52:37 +01:00
|
|
|
.BI \-o " iofile"
|
2012-09-30 20:23:10 +02:00
|
|
|
writes all the I/O to
|
2015-03-14 08:52:37 +01:00
|
|
|
.I iofile.
|
2012-09-30 20:23:10 +02:00
|
|
|
This feature is useful when recording st sessions. A value of "-" means
|
|
|
|
standard output.
|
|
|
|
.TP
|
|
|
|
.BI \-t " title"
|
|
|
|
defines the window title (default 'st').
|
|
|
|
.TP
|
2015-07-24 18:24:10 +02:00
|
|
|
.BI \-T " title"
|
|
|
|
defines the window title (default 'st').
|
|
|
|
.TP
|
2011-06-08 21:35:58 +02:00
|
|
|
.BI \-w " windowid"
|
|
|
|
embeds st within the window identified by
|
|
|
|
.I windowid
|
|
|
|
.TP
|
2015-04-13 19:03:53 +02:00
|
|
|
.BI \-l " line"
|
|
|
|
use a tty line instead of a pseudo terminal.
|
|
|
|
When this flag is used
|
|
|
|
remaining arguments are used as flags for stty.
|
|
|
|
.TP
|
2010-11-30 22:55:44 +01:00
|
|
|
.B \-v
|
2011-05-14 17:47:37 +02:00
|
|
|
prints version information to stderr, then exits.
|
2010-11-30 22:55:44 +01:00
|
|
|
.TP
|
2011-05-14 17:47:37 +02:00
|
|
|
.BI \-e " program " [ " arguments " "... ]"
|
|
|
|
st executes
|
|
|
|
.I program
|
|
|
|
instead of the shell. If this is used it
|
|
|
|
.B must be the last option
|
|
|
|
on the command line, as in xterm / rxvt.
|
2015-04-13 19:03:53 +02:00
|
|
|
This option is only intended for compability,
|
|
|
|
and all the remaining arguments are used as a command
|
|
|
|
even without it.
|
2015-03-14 08:52:37 +01:00
|
|
|
.SH SHORTCUTS
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Ctrl-Print Screen
|
2015-03-14 08:52:37 +01:00
|
|
|
Toggle if st should print to the
|
|
|
|
.I iofile.
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Shift-Print Screen
|
2015-03-14 08:52:37 +01:00
|
|
|
Print the full screen to the
|
|
|
|
.I iofile.
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Print Screen
|
2015-03-14 08:52:37 +01:00
|
|
|
Print the selection to the
|
|
|
|
.I iofile.
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Alt-Shift-Page Up
|
2015-03-14 08:52:37 +01:00
|
|
|
Increase font size.
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Alt-Shift-Page Down
|
2015-03-14 08:52:37 +01:00
|
|
|
Decrease font size.
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Alt-Shift-Home
|
2015-03-14 08:52:37 +01:00
|
|
|
Reset to default font size.
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Shift-Insert
|
2015-03-14 08:52:37 +01:00
|
|
|
Paste from primary selection (middle mouse button).
|
2015-02-19 22:33:22 +01:00
|
|
|
.TP
|
|
|
|
.B Alt-Shift-Insert
|
2015-03-14 08:52:37 +01:00
|
|
|
Paste from clipboard selection.
|
|
|
|
.TP
|
|
|
|
.B Alt-Shift-c
|
|
|
|
Copy the selected text to the clipboard selection.
|
|
|
|
.TP
|
|
|
|
.B Alt-Shift-v
|
|
|
|
Paste from the clipboard selection.
|
2012-09-16 13:59:10 +02:00
|
|
|
.SH CUSTOMIZATION
|
|
|
|
.B st
|
|
|
|
can be customized by creating a custom config.h and (re)compiling the source
|
|
|
|
code. This keeps it fast, secure and simple.
|
|
|
|
.SH AUTHORS
|
|
|
|
See the LICENSE file for the authors.
|
|
|
|
.SH LICENSE
|
|
|
|
See the LICENSE file for the terms of redistribution.
|
|
|
|
.SH SEE ALSO
|
2015-04-13 19:03:53 +02:00
|
|
|
.BR tabbed (1),
|
|
|
|
.BR utmp (1),
|
|
|
|
.BR stty (1)
|
2012-09-16 13:59:10 +02:00
|
|
|
.SH BUGS
|
|
|
|
See the TODO file in the distribution.
|
|
|
|
|