summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <curtis@hopper.com>2017-07-19 14:12:10 -0400
committerJune McEnroe <curtis@hopper.com>2017-07-19 14:12:10 -0400
commitcaa904223f3ccaf86533c2fcc3145549df8ccc6f (patch)
treeee696992bfa52a7581553e5d80b75f999cb10739 /etc
parentUse bright colors for bold text in Terminal.app (diff)
downloadsrc-caa904223f3ccaf86533c2fcc3145549df8ccc6f.tar.gz
src-caa904223f3ccaf86533c2fcc3145549df8ccc6f.zip
Add Light Terminal.app profile
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
t'> 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