diff options
author | June McEnroe <june@causal.agency> | 2019-11-25 22:16:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-25 22:16:07 -0500 |
commit | f85e5f9ee47dc6eea043783a979509d660134d7a (patch) | |
tree | fd01a577fb85b8c87417a273599b4a178eee7956 /bin/man1 | |
parent | Add bman alias for FreeBSD man pages (diff) | |
download | src-f85e5f9ee47dc6eea043783a979509d660134d7a.tar.gz src-f85e5f9ee47dc6eea043783a979509d660134d7a.zip |
Replace shotty with code from stream
A much more complete implementation of a terminal emulator which I also fuzzed. Code is still kind of a mess though. Also case range syntax is now allowed here I guess.
Diffstat (limited to '')
-rw-r--r-- | bin/man1/shotty.1 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/bin/man1/shotty.1 b/bin/man1/shotty.1 index 3ca3ef4b..d5eaa780 100644 --- a/bin/man1/shotty.1 +++ b/bin/man1/shotty.1 @@ -1,4 +1,4 @@ -.Dd July 20, 2019 +.Dd November 25, 2019 .Dt SHOTTY 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Bcds +.Op Fl Bdns .Op Fl b Ar bg .Op Fl f Ar fg .Op Fl h Ar rows @@ -60,15 +60,9 @@ Replace bold with bright colors. Set the default background color. The default value is 0 (black). . -.It Fl c -Show the position of the cursor -with reverse video. -. .It Fl d Output the terminal state -for each CSI sequence. -Implies -.Fl c . +following each control sequence. . .It Fl f Ar fg Set the default foreground color. @@ -78,6 +72,9 @@ The default value is 7 (white). Set the terminal height. The default value is 24. . +.It Fl n +Do not show the cursor. +. .It Fl s Set the terminal size from the current terminal size. |