summary refs log tree commit diff
path: root/doc/zlib/gzgetc.3
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-18 11:50:24 -0400
committerJune McEnroe <june@causal.agency>2021-10-18 11:50:24 -0400
commit76d55920d2f0dfc753aae029bb84c6fc653377fc (patch)
treef9377cb370bf54c90dbe64ff65063b9ecc02fe32 /doc/zlib/gzgetc.3
parentRemove capsicum support from up (diff)
downloadsrc-76d55920d2f0dfc753aae029bb84c6fc653377fc.tar.gz
src-76d55920d2f0dfc753aae029bb84c6fc653377fc.zip
Rewrite shotty with lex
So much cleaner!
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
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