summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-25 22:16:07 -0500
committerJune McEnroe <june@causal.agency>2019-11-25 22:16:07 -0500
commit5d36eb0caef7d6de642d48d40a23c4e31e067d40 (patch)
treeba21f0ffbfb84c4a40952f7bdc0948aaed5f325f /bin/man1
parentAdd bman alias for FreeBSD man pages (diff)
downloadsrc-5d36eb0caef7d6de642d48d40a23c4e31e067d40.tar.gz
src-5d36eb0caef7d6de642d48d40a23c4e31e067d40.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 'bin/man1')
-rw-r--r--bin/man1/shotty.115
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.