From 07ad850e0e906808272bca2bf49c062db8d1fda4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 12 Jul 2019 21:14:43 -0400 Subject: Use -s to infer terminal size --- bin/man1/shotty.1 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'bin/man1') diff --git a/bin/man1/shotty.1 b/bin/man1/shotty.1 index e6ecf2ca..029bb036 100644 --- a/bin/man1/shotty.1 +++ b/bin/man1/shotty.1 @@ -1,4 +1,4 @@ -.Dd July 11, 2019 +.Dd July 12, 2019 .Dt SHOTTY 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl B +.Op Fl Bs .Op Fl b Ar bg .Op Fl f Ar fg .Op Fl h Ar rows @@ -42,13 +42,15 @@ The default value is 7 (white). . .It Fl h Ar rows Set the terminal height. -If unset, -the height of the current terminal is used. +The default value is 24. +. +.It Fl s +Set the terminal size +from the current terminal size. . .It Fl w Ar cols Set the terminal width. -If unset, -the width of the current terminal is used. +The default value is 80. .El . .Sh SEE ALSO -- cgit 1.4.1 068c480a95'>refs log tree commit diff
path: root/bin/dtch.c (unfollow)
Commit message (Expand)Author
2022-04-03Publish "Care"June McEnroe
2022-03-31Publish "Compassion"June McEnroe
2022-03-24Skip matches with ident chars on either sideJune McEnroe
2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe
2022-03-22Source ~/.profile.local if it existsJune McEnroe
2022-03-18Publish "Addendum 2021"June McEnroe
2022-03-16Remove wcwidth portJune McEnroe
2022-03-16Remove -j4 from ./PlanJune McEnroe
2022-03-15Rewrite Linux install.sh for DebianJune McEnroe
2022-03-15Remove dashJune McEnroe