summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-01-22 04:53:39 -0500
committerJune McEnroe <june@causal.agency>2018-01-22 04:53:39 -0500
commitf5418310a5bd1f3fe3f2df2d22a8357f9bd9cc07 (patch)
tree48ee53f5ebf444a1e26a9c06c1236d2eeb4879c7 /etc
parentAdd klon (diff)
downloadsrc-f5418310a5bd1f3fe3f2df2d22a8357f9bd9cc07.tar.gz
src-f5418310a5bd1f3fe3f2df2d22a8357f9bd9cc07.zip
Add klon license header
It's 2018, baby!
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
mmit/bin/qf.c?id=1da6e2b522a624c1056f4f6cd61f977fded83a37&follow=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