summary refs log tree commit diff
path: root/home/.bin/sup
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-23 16:15:54 -0500
committerJune McEnroe <june@causal.agency>2018-02-23 16:15:54 -0500
commitde6746127b335345e0a1c89cdd330e8968182218 (patch)
tree5d0a7d6a5a75f7b43e1985a009d9d260dbbcaa33 /home/.bin/sup
parentDon't bother checking result of close(2) in dtch (diff)
downloadsrc-de6746127b335345e0a1c89cdd330e8968182218.tar.gz
src-de6746127b335345e0a1c89cdd330e8968182218.zip
Clean up fbclock
You can't use the return value of gzerror to check if an error occurred
or not. Its implementation actually checks if the internal error is NULL
and returns the empty string if it is! This is stupid and unhelpful, so
check gzeof first since its return value actually means something.
Diffstat (limited to 'home/.bin/sup')
0 files changed, 0 insertions, 0 deletions
ow=1'>Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe