about summary refs log tree commit diff
path: root/format.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-14 16:43:49 -0500
committerJune McEnroe <june@causal.agency>2018-12-14 16:43:49 -0500
commite84c36a0bd255dfa1995c94b30f1c59d7dad7244 (patch)
treec8cc7a9a3d5383bb0b6429eb2c9377c26f4f0477 /format.c
parentAdd uint typedef (diff)
downloadtest-e84c36a0bd255dfa1995c94b30f1c59d7dad7244.tar.gz
test-e84c36a0bd255dfa1995c94b30f1c59d7dad7244.zip
Factor out ircQuit
Diffstat (limited to 'format.c')
0 files changed, 0 insertions, 0 deletions
8dc5778e4&follow=1'>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