summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-28 18:53:09 -0500
committerJune McEnroe <june@causal.agency>2019-12-28 18:53:09 -0500
commitd2b7431680cd96758915751854b627cfaca88062 (patch)
tree3e6deb226df8cd707a2c235dcdb8b247364d64d8 /Makefile
parentDon't insert self-messages (diff)
downloadlitterbox-d2b7431680cd96758915751854b627cfaca88062.tar.gz
litterbox-d2b7431680cd96758915751854b627cfaca88062.zip
Send fts5 errors in response to queries
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
507eaf13277bb95ff7f3655e3f&follow=1'>Use 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