about summary refs log tree commit diff
path: root/OpenBSD/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-26 17:25:50 -0400
committerJune McEnroe <june@causal.agency>2021-04-26 17:25:50 -0400
commit5e57a87e230e3fc263527644f17c4ef437daf6cd (patch)
tree9955eade9cef5df61aa10c06f3e7d91a9380d612 /OpenBSD/Makefile
parentUpdate to FreeBSD 13.0 (diff)
downloadexman-5e57a87e230e3fc263527644f17c4ef437daf6cd.tar.gz
exman-5e57a87e230e3fc263527644f17c4ef437daf6cd.zip
Update to Linux man-pages 5.11
Diffstat (limited to 'OpenBSD/Makefile')
0 files changed, 0 insertions, 0 deletions
it/bin/qf.c?id=90b47ca285a6fa0b970e338afa723606cfe68c53&follow=1'>Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 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