diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-04-03 20:42:27 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-04-03 20:42:27 +0200 |
commit | 580c8bbd4691218849c9a809acaa4c95f65cb846 (patch) | |
tree | 94283f84927f665aac7302d557cb650355885bd3 /st.1 | |
parent | 502911e55442a89602bd5681763f68250bff330b (diff) | |
download | st-580c8bbd4691218849c9a809acaa4c95f65cb846.tar.gz st-580c8bbd4691218849c9a809acaa4c95f65cb846.tar.bz2 |
Add an option to disable alternative screens.
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,7 @@ st \- simple terminal .SH SYNOPSIS .B st +.RB [ \-a ] .RB [ \-c .IR class ] .RB [ \-f @@ -23,6 +24,9 @@ st \- simple terminal 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 |