aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2011-06-08 21:35:58 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2011-06-08 21:35:58 +0200
commit3959a99293785e603270d8798fbe0cb2ba0ae0ee (patch)
treee906e58aa8338ad307f318368fe6d602cc805240 /st.1
parent4736edd469d07685f6ceeb4bfe438ba48335bd81 (diff)
downloadst-patched-3959a99293785e603270d8798fbe0cb2ba0ae0ee.tar.bz2
st-patched-3959a99293785e603270d8798fbe0cb2ba0ae0ee.tar.xz
st-patched-3959a99293785e603270d8798fbe0cb2ba0ae0ee.zip
add -w option to embed st. (thx nodus cursorius)
Diffstat (limited to 'st.1')
-rw-r--r--st.16
1 files changed, 6 insertions, 0 deletions
diff --git a/st.1 b/st.1
index 69cfe86..b6c119f 100644
--- a/st.1
+++ b/st.1
@@ -7,6 +7,8 @@ st \- simple terminal
7.IR class ] 7.IR class ]
8.RB [ \-t 8.RB [ \-t
9.IR title ] 9.IR title ]
10.RB [ \-w
11.IR windowid ]
10.RB [ \-v ] 12.RB [ \-v ]
11.RB [ \-e 13.RB [ \-e
12.IR command ...] 14.IR command ...]
@@ -21,6 +23,10 @@ defines the window title (default 'st').
21.BI \-c " class" 23.BI \-c " class"
22defines the window class (default $TERM). 24defines the window class (default $TERM).
23.TP 25.TP
26.BI \-w " windowid"
27embeds st within the window identified by
28.I windowid
29.TP
24.B \-v 30.B \-v
25prints version information to stderr, then exits. 31prints version information to stderr, then exits.
26.TP 32.TP