summary refs log tree commit diff
path: root/template.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-22 22:25:42 -0400
committerJune McEnroe <june@causal.agency>2021-04-22 22:25:42 -0400
commitd58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a (patch)
treef38ae1be72a3816558b6b5912f074ad365cdcb7d /template.c
parentHandle trailing comments in message IDs (diff)
downloadbubger-d58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a.tar.gz
bubger-d58b94ab0ab6ddba27dfc55bfe5582fb14fbd60a.zip
Only highlight the direct target message header
Diffstat (limited to 'template.c')
0 files changed, 0 insertions, 0 deletions
;follow=1'>Clean 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