about summary refs log tree commit diff
path: root/atom.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-16 16:40:22 -0400
committerJune McEnroe <june@causal.agency>2020-04-16 16:40:22 -0400
commit1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8 (patch)
tree89904e68b3eb33ca707957b79ca60c6fc79139a4 /atom.c
parentAdd subject and recipient HTML classes (diff)
downloadbubger-1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8.tar.gz
bubger-1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8.zip
Parse encoded-word and convert charsets
Diffstat (limited to 'atom.c')
0 files changed, 0 insertions, 0 deletions
>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