2010-09-02 00:02:56 +00:00
|
|
|
.TH ST 1 st-VERSION
|
|
|
|
.SH NAME
|
|
|
|
st \- simple terminal
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B st
|
2010-11-30 21:55:44 +00:00
|
|
|
.RB [ \-c
|
|
|
|
.IR class ]
|
|
|
|
.RB [ \-t
|
|
|
|
.IR title ]
|
2010-09-02 00:02:56 +00:00
|
|
|
.RB [ \-v ]
|
2010-11-30 21:55:44 +00:00
|
|
|
.RB [ \-e
|
|
|
|
.IR cmd ]
|
2010-09-02 00:02:56 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B st
|
|
|
|
is a simple terminal emulator.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2010-11-30 21:55:44 +00:00
|
|
|
.B \-t title
|
2010-09-02 00:02:56 +00:00
|
|
|
Overrides the default title (st)
|
|
|
|
.TP
|
2010-11-30 21:55:44 +00:00
|
|
|
.B \-c class
|
2010-11-19 16:13:13 +00:00
|
|
|
Overrides the default class ($TERM)
|
|
|
|
.TP
|
2010-11-30 21:55:44 +00:00
|
|
|
.B \-v
|
2010-09-02 00:02:56 +00:00
|
|
|
Prints version information to standard output, then exits.
|
2010-11-30 21:55:44 +00:00
|
|
|
.TP
|
|
|
|
.B \-e cmd [arguments]
|
|
|
|
Execute cmd instead of the shell. Type your command as you would on your
|
|
|
|
shell. If this option is used, it
|
|
|
|
.BI "must be the last"
|
|
|
|
on the command-line. This is the same behaviour as xterm/rxvt.
|
|
|
|
|