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 ]
|
2012-09-30 20:23:10 +02:00
|
|
|
.RB [ \-o
|
|
|
|
.IR file ]
|
2010-11-30 22:55:44 +01:00
|
|
|
.RB [ \-t
|
|
|
|
.IR title ]
|
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 ...]
|
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"
|
|
|
|
defines the X11 geometry string, which will fixate the height and width of st.
|
2013-04-13 15:24:26 +02:00
|
|
|
The form is [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]. See
|
|
|
|
.BR XParseGeometry (3)
|
|
|
|
for further details.
|
2012-09-30 20:23:10 +02:00
|
|
|
.TP
|
|
|
|
.BI \-o " file"
|
|
|
|
writes all the I/O to
|
|
|
|
.I file.
|
|
|
|
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
|
2011-06-08 21:35:58 +02:00
|
|
|
.BI \-w " windowid"
|
|
|
|
embeds st within the window identified by
|
|
|
|
.I windowid
|
|
|
|
.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.
|
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
|
|
|
|
.BR tabbed (1)
|
|
|
|
.SH BUGS
|
|
|
|
See the TODO file in the distribution.
|
|
|
|
|