CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/11 16:34:17
Modified files:
usr.bin/tmux : server.c tty.c
Log message:
Initialise log_fd to -1, prevents spurious disconnection of the client when it
ends up as fd 0 (likely if the server is started with "tmux start").
Also add some extra debugging messages to server.c.
