summary refs log tree commit diff
path: root/contrib/palaver/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-02-07 11:25:01 -0500
committerJune McEnroe <june@causal.agency>2023-02-07 11:25:01 -0500
commit7370eac9a41a1d37397092760f7e7a18edb26078 (patch)
tree474752658f7209d23b7350e97f7f37de7614697d /contrib/palaver/Makefile
parentSet msg.cmd to NULL if it is empty string (diff)
downloadpounce-7370eac9a41a1d37397092760f7e7a18edb26078.tar.gz
pounce-7370eac9a41a1d37397092760f7e7a18edb26078.zip
Remove pounce-edit
Temporarily? It never got finished and I need to be able to cut new
releases of pounce without it.
Diffstat (limited to '')
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