diff options
author | June McEnroe <june@causal.agency> | 2019-07-20 16:12:07 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-20 16:12:07 -0400 |
commit | 846ec02c3282d7dd0ec95d64b98d2affb843c656 (patch) | |
tree | ca91102de1b19834ae0313ed5c8599c9806b8828 /bin/man1 | |
parent | Add ^Q to ptee for MC sequence (diff) | |
download | src-846ec02c3282d7dd0ec95d64b98d2affb843c656.tar.gz src-846ec02c3282d7dd0ec95d64b98d2affb843c656.zip |
Handle shotty output options more centrally
Diffstat (limited to '')
-rw-r--r-- | bin/man1/shotty.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/man1/shotty.1 b/bin/man1/shotty.1 index 349e603e..1f747ee8 100644 --- a/bin/man1/shotty.1 +++ b/bin/man1/shotty.1 @@ -1,4 +1,4 @@ -.Dd July 14, 2019 +.Dd July 20, 2019 .Dt SHOTTY 1 .Os . @@ -63,6 +63,8 @@ with reverse video. .It Fl d Output the terminal state for each CSI sequence. +Implies +.Fl c . . .It Fl f Ar fg Set the default foreground color. |