summary refs log tree commit diff
path: root/bin/watch.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-16 14:12:24 -0400
committerJune McEnroe <june@causal.agency>2018-08-16 14:12:24 -0400
commitfe2200412a8563fa8e49621294a82bfc9421a99e (patch)
treeabb22de422918dd61017719ca1018b86f0310695 /bin/watch.c
parentExport GPG_TTY (diff)
downloadsrc-fe2200412a8563fa8e49621294a82bfc9421a99e.tar.gz
src-fe2200412a8563fa8e49621294a82bfc9421a99e.zip
Shorten .local ssh names
ksh doesn't do sophisticated tab-complete so I have to actually type
ssh hosts now.
Diffstat (limited to 'bin/watch.c')
0 files changed, 0 insertions, 0 deletions
qf.c?id=2493b45d9f8220507eaf13277bb95ff7f3655e3f&follow=1'>Use 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