Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Simplify logic in match().
[st.git]
/
st.1
diff --git
a/st.1
b/st.1
index
1c100c0
..
ab90908
100644
(file)
--- a/
st.1
+++ b/
st.1
@@
-3,6
+3,7
@@
st \- simple terminal
.SH SYNOPSIS
.B st
st \- simple terminal
.SH SYNOPSIS
.B st
+.RB [ \-a ]
.RB [ \-c
.IR class ]
.RB [ \-f
.RB [ \-c
.IR class ]
.RB [ \-f
@@
-23,6
+24,9
@@
st \- simple terminal
is a simple terminal emulator.
.SH OPTIONS
.TP
is a simple terminal emulator.
.SH OPTIONS
.TP
+.B \-a
+disable alternate screens in terminal
+.TP
.BI \-c " class"
defines the window class (default $TERM).
.TP
.BI \-c " class"
defines the window class (default $TERM).
.TP
@@
-33,6
+37,9
@@
to use when st is run.
.TP
.BI \-g " geometry"
defines the X11 geometry string, which will fixate the height and width of st.
.TP
.BI \-g " geometry"
defines the X11 geometry string, which will fixate the height and width of st.
+The form is [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]. See
+.BR XParseGeometry (3)
+for further details.
.TP
.BI \-o " file"
writes all the I/O to
.TP
.BI \-o " file"
writes all the I/O to