Set exittype for error exit as well as the error string.

This commit is contained in:
Nicholas Marriott
2009-09-02 20:00:10 +00:00
parent 74c35c513e
commit 7a4bac82d7
2 changed files with 7 additions and 2 deletions

1
tmux.h
View File

@ -974,6 +974,7 @@ struct client_ctx {
CCTX_EXIT,
CCTX_DIED,
CCTX_SHUTDOWN,
CCTX_ERROR
} exittype;
const char *errstr;
};