summary refs log tree commit diff
path: root/bin/fbclock.c (follow)
Commit message (Collapse)AuthorAge
* Clean up fbclockJune McEnroe2018-02-23
| | | | | | | 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.
* Add bin/READMEJune McEnroe2018-02-01
|
* Only load 128 glyphs in fbclockJune McEnroe2018-01-31
| | | | | There's no point loading more than ASCII since it doesn't interpret the unicode table at all.
* Style tweak fbclockJune McEnroe2018-01-30
|
* Take fbclock font in env varJune McEnroe2018-01-29
|
* Support fbclock fonts wider than 8June McEnroe2018-01-29
|
* Take font path on fbclock argvJune McEnroe2018-01-29
|
* Add fbclockJune McEnroe2018-01-29