summary refs log tree commit diff
path: root/bin/fbclock.c (follow)
Commit message (Collapse)AuthorAge
* Remove Linux-specific utilitiesJune McEnroe2021-09-22
| | | | I haven't used these in ages.
* Make all copyright headers consistentJune McEnroe2019-01-01
|
* Rewrite schemeJune McEnroe2018-10-02
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Get outta here, underscores.
* Use scheme.h in fbatt and fbclockJune McEnroe2018-08-20
|
* Tabify binJune McEnroe2018-05-13
|
* Update fbclock and fbatt coloursJune McEnroe2018-04-20
| | | | No, my Linux computer is still broken.
* Always hexadecimal in uppercaseJune McEnroe2018-04-16
| | | | | I still haven't been able to actually test scheme's Linux console output...
* 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