CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/02 14:15:49
Modified files:
usr.bin/tmux : client.c tmux.h
Log message:
That was the wrong fix. MSG_ERROR should set the error and the client should
use the error and exit on MSG_EXIT (it was being handled in the default
case). Undo the last change, move the errstr check into the MSG_EXIT case, and
add a comment.
