about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-04-04 18:01:39 -0400
committerJune McEnroe <june@causal.agency>2022-04-04 18:01:39 -0400
commit7937b805d5a09f021479a2f62f47fd2b4dd974e8 (patch)
treeb45e88c0d6c2b8c58e6cdcd5ffa1b5fb6e52375a /Makefile
parentedit: Validate options (diff)
downloadpounce-7937b805d5a09f021479a2f62f47fd2b4dd974e8.tar.gz
pounce-7937b805d5a09f021479a2f62f47fd2b4dd974e8.zip
edit: Note that pounce still needs to restart
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
2022-06-02 21:30:03 -0400'>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