summary refs log tree commit diff
path: root/port/caesar
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-12 21:14:43 -0400
committerJune McEnroe <june@causal.agency>2019-07-12 21:14:43 -0400
commitde9409e3888ba92b0dca38ac81fe3e4b17e7f466 (patch)
tree621f1f2981b0a8995ec7e89803a52fafd819cd34 /port/caesar
parentAdd DCH to shotty (diff)
downloadsrc-de9409e3888ba92b0dca38ac81fe3e4b17e7f466.tar.gz
src-de9409e3888ba92b0dca38ac81fe3e4b17e7f466.zip
Use -s to infer terminal size
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
gJune 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