aboutsummarylogtreecommitdiffstats
path: root/st.1
diff options
context:
space:
mode:
authorAurélien Aptel2011-06-08 21:35:58 +0200
committerAurélien Aptel2011-06-08 21:35:58 +0200
commit3c2cddd37ef4d9332a94a36ebf16e6ca03517669 (patch)
tree4442182a55aebd25b0ebc983b469c06c380231c6 /st.1
parentf4e00b00f026e48171a8d4c64d31da7ec0fa9874 (diff)
downloadaur-3c2cddd37ef4d9332a94a36ebf16e6ca03517669.tar.gz
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 69cfe86810e4..b6c119fff01d 100644
--- a/st.1
+++ b/st.1
@@ -7,6 +7,8 @@ st \- simple terminal
.IR class ]
.RB [ \-t
.IR title ]
+.RB [ \-w
+.IR windowid ]
.RB [ \-v ]
.RB [ \-e
.IR command ...]
@@ -21,6 +23,10 @@ defines the window title (default 'st').
.BI \-c " class"
defines the window class (default $TERM).
.TP
+.BI \-w " windowid"
+embeds st within the window identified by
+.I windowid
+.TP
.B \-v
prints version information to stderr, then exits.
.TP