summary refs log tree commit diff
path: root/bin/1sh/arith_yacc.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-05 13:36:58 -0400
committerJune McEnroe <june@causal.agency>2019-09-05 13:36:58 -0400
commiteecfff41291d0ab9a122b6924c3e4a6e1053a645 (patch)
treec0bb5394f68f745a676d1417d80ba80bf6e41d30 /bin/1sh/arith_yacc.h
parentUse CURL_PREFIX to set flags (diff)
downloadsrc-eecfff41291d0ab9a122b6924c3e4a6e1053a645.tar.gz
src-eecfff41291d0ab9a122b6924c3e4a6e1053a645.zip
Print title as soon as it's available
Diffstat (limited to 'bin/1sh/arith_yacc.h')
0 files changed, 0 insertions, 0 deletions
>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