summary refs log tree commit diff
path: root/bin/fbclock.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-06-08 15:34:47 -0400
committerJune McEnroe <june@causal.agency>2018-06-08 15:34:47 -0400
commit36ee37ac19c1637b97e7a6389cf462fd9e573813 (patch)
tree25c315d2881b64da7cd4c180776ab4083a0aeadd /bin/fbclock.c
parentImplement bidirectional iterators in edi (diff)
downloadsrc-36ee37ac19c1637b97e7a6389cf462fd9e573813.tar.gz
src-36ee37ac19c1637b97e7a6389cf462fd9e573813.zip
Break edi iterators in a different way
I can't for the life of me figure out how to properly iterate backwards.
Why?
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ubject'>Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 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