From 7a4bac82d7d3cc355c92b312fda00fa9523e79f9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 2 Sep 2009 20:00:10 +0000 Subject: Set exittype for error exit as well as the error string. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 778346fa..6707f3ff 100644 --- a/tmux.h +++ b/tmux.h @@ -974,6 +974,7 @@ struct client_ctx { CCTX_EXIT, CCTX_DIED, CCTX_SHUTDOWN, + CCTX_ERROR } exittype; const char *errstr; }; -- cgit