summary refs log tree commit diff homepage
path: root/2017/src
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-12-20 20:58:39 -0500
committerJune McEnroe <programble@gmail.com>2016-12-20 20:58:39 -0500
commit0038403e3642a60579570611de2320e5fb9c2d93 (patch)
tree573f360fc02b07cd731bf8a7b0e4f39d26062bbf /2017/src
parentDay 19 (diff)
downloadaoc-0038403e3642a60579570611de2320e5fb9c2d93.tar.gz
aoc-0038403e3642a60579570611de2320e5fb9c2d93.zip
Day 20
Diffstat (limited to '2017/src')
0 files changed, 0 insertions, 0 deletions
scriminately. 2022-06-02Do 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