summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-26 17:47:17 -0400
committerJune McEnroe <june@causal.agency>2021-04-26 17:49:03 -0400
commit3a47db2d72be3f348496bcd819188afc4907a38a (patch)
tree50aa07a1b77b389d4091906ac7b866761e08199e /doc
parentDraw foundations in reverse order (diff)
downloadsrc-3a47db2d72be3f348496bcd819188afc4907a38a.tar.gz
src-3a47db2d72be3f348496bcd819188afc4907a38a.zip
Remove hnel
I haven't had a use for it in years.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
class='nohover-highlight'> 2022-06-03Set 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