diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2011-06-08 21:35:58 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2011-06-08 21:35:58 +0200 |
commit | 3959a99293785e603270d8798fbe0cb2ba0ae0ee (patch) | |
tree | e906e58aa8338ad307f318368fe6d602cc805240 /st.1 | |
parent | 4736edd469d07685f6ceeb4bfe438ba48335bd81 (diff) |
add -w option to embed st. (thx nodus cursorius)
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |