summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-01-29 11:34:13 -0500
committerJune McEnroe <programble@gmail.com>2018-01-29 11:34:13 -0500
commit3a1ed8a28478d0425fe8889a3618d0fa71ffc17b (patch)
tree6b92a80b585a41a9dc853d7335bedc2428f85a7c /etc
parentSet t_Co = 8 (diff)
downloadsrc-3a1ed8a28478d0425fe8889a3618d0fa71ffc17b.tar.gz
src-3a1ed8a28478d0425fe8889a3618d0fa71ffc17b.zip
Remove color from Makefile
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
'/src/commit/bin/qf.c?id=867f1c9743e0cecab44b07324ef3108bb0f2160a&follow=1'>Set 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