Because we pass the file descriptor from client to server, tmux can't
authornicm <nicm@openbsd.org>
Wed, 16 Apr 2014 08:02:31 +0000 (08:02 +0000)
committernicm <nicm@openbsd.org>
Wed, 16 Apr 2014 08:02:31 +0000 (08:02 +0000)
commit9263e952cc8c7792e3f5f50af929f718e4b0b17a
tree2689aeb4d402f28d0177cc48176d7d4bf295c90c
parent8716c48a9776b83eac723b936a49b269d158ee55
Because we pass the file descriptor from client to server, tmux can't
usefully work if stdin is /dev/tty. Complain about it more clearly.
usr.bin/tmux/server-client.c