summary refs log tree commit diff
path: root/bin/fbclock.c (follow)
Commit message (Expand)AuthorAge
* Use PascalCase for constantsJune McEnroe2018-09-02
* Use scheme.h in fbatt and fbclockJune McEnroe2018-08-20
* Tabify binJune McEnroe2018-05-13
* Update fbclock and fbatt coloursJune McEnroe2018-04-20
* Always hexadecimal in uppercaseJune McEnroe2018-04-16
* Clean up fbclockJune McEnroe2018-02-23
* Add bin/READMEJune McEnroe2018-02-01
* Only load 128 glyphs in fbclockJune McEnroe2018-01-31
* 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
ghlight'> 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe