summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-27 12:57:45 -0400
committerJune McEnroe <june@causal.agency>2018-09-27 12:57:45 -0400
commit79781fdb691adc6cb71c924f9e65669eff83f6cb (patch)
tree8df1d62fa9fbab2662b39441cf315d3e99817f44 /bin/Makefile
parentExport PWD (diff)
downloadsrc-79781fdb691adc6cb71c924f9e65669eff83f6cb.tar.gz
src-79781fdb691adc6cb71c924f9e65669eff83f6cb.zip
Move psfed paste to edit mode
Diffstat (limited to 'bin/Makefile')
0 files changed, 0 insertions, 0 deletions
ingJune 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