about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-05 21:40:26 -0500
committerJune McEnroe <june@causal.agency>2022-03-05 22:18:47 -0500
commitefe22577dbcd9606bfbfb9b522654b0bd27c8139 (patch)
tree05d9ad7066520efe223148ec67fdc34832e930f1 /Makefile
parentPrompt for account password (diff)
downloadcatgirl-efe22577dbcd9606bfbfb9b522654b0bd27c8139.tar.gz
catgirl-efe22577dbcd9606bfbfb9b522654b0bd27c8139.zip
Do basic word-wrapping at runtime enroll
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
0: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