summary refs log tree commit diff homepage
path: root/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-30 03:10:22 -0400
committerJune McEnroe <june@causal.agency>2017-07-30 03:10:22 -0400
commitf9c2dd1b4b6acfcb9cc3d9e69e177e1d9d2597d6 (patch)
tree0cd25d71709b11bbc9a0a7d694315bacb1873708 /sshd_config
parentAdd README (diff)
downloadtorus-f9c2dd1b4b6acfcb9cc3d9e69e177e1d9d2597d6.tar.gz
torus-f9c2dd1b4b6acfcb9cc3d9e69e177e1d9d2597d6.zip
Add termcap patch
Diffstat (limited to 'sshd_config')
0 files changed, 0 insertions, 0 deletions
f8220507eaf13277bb95ff7f3655e3f&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