summary refs log tree commit diff
path: root/bin/1sh/mktokens
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-14 21:36:36 -0500
committerJune McEnroe <june@causal.agency>2020-01-14 21:37:59 -0500
commit6f3421d7ec1abc2b88ef886ff6bc3db042f4ffe9 (patch)
tree930707e19c1212c995b814c4fc5291fd8503ccfb /bin/1sh/mktokens
parentSet Bl -column tables to 100% width (diff)
downloadsrc-6f3421d7ec1abc2b88ef886ff6bc3db042f4ffe9.tar.gz
src-6f3421d7ec1abc2b88ef886ff6bc3db042f4ffe9.zip
Highlight single-char variables nested in make interpolations
e.g. ${LDLIBS_$@}
Diffstat (limited to 'bin/1sh/mktokens')
0 files changed, 0 insertions, 0 deletions
='/src/commit/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