summary refs log tree commit diff
path: root/home/.psqlrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-10-26 13:40:06 -0400
committerJune McEnroe <programble@gmail.com>2017-10-26 13:41:02 -0400
commite5dfd3854ed1691719fd4545dea9312efe1d38f4 (patch)
tree43d9bcab025879bfe5c861c954e75a35b4385e0d /home/.psqlrc
parentInclude sys/wait.h in ish (diff)
downloadsrc-e5dfd3854ed1691719fd4545dea9312efe1d38f4.tar.gz
src-e5dfd3854ed1691719fd4545dea9312efe1d38f4.zip
Remove ish
I think I've lost the ability to code...
Diffstat (limited to 'home/.psqlrc')
0 files changed, 0 insertions, 0 deletions
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