summary refs log tree commit diff
path: root/etc/Go-Mono.ttf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-06-02 22:22:58 -0400
committerJune McEnroe <june@causal.agency>2022-06-02 22:40:41 -0400
commit3e6c29a0d0e43587289e46f38f2a2e18dc5778e4 (patch)
tree1a5504af8556547b2ef8e9695a55764165a7505b /etc/Go-Mono.ttf
parentClean up parsing a little (diff)
downloadsrc-3e6c29a0d0e43587289e46f38f2a2e18dc5778e4.tar.gz
src-3e6c29a0d0e43587289e46f38f2a2e18dc5778e4.zip
Do basic match highlighting
Diffstat (limited to 'etc/Go-Mono.ttf')
0 files changed, 0 insertions, 0 deletions
ref='/src/commit/bin/qf.c?id=4d03059127f70e5ef0e8593386649a723c534612&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