Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up fbclock | June McEnroe | 2018-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/README | June McEnroe | 2018-02-01 |
| | |||
* | Only load 128 glyphs in fbclock | June McEnroe | 2018-01-31 |
| | | | | | There's no point loading more than ASCII since it doesn't interpret the unicode table at all. | ||
* | Style tweak fbclock | June McEnroe | 2018-01-30 |
| | |||
* | Take fbclock font in env var | June McEnroe | 2018-01-29 |
| | |||
* | Support fbclock fonts wider than 8 | June McEnroe | 2018-01-29 |
| | |||
* | Take font path on fbclock argv | June McEnroe | 2018-01-29 |
| | |||
* | Add fbclock | June McEnroe | 2018-01-29 |