aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-02 20:00:10 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-02 20:00:10 +0000
commit7a4bac82d7d3cc355c92b312fda00fa9523e79f9 (patch)
treee9627e47b3f2379606340841357e1c720c7c564f /tmux.h
parent74c35c513efc616cd56aa9bd1d7b2561fd6df132 (diff)
downloadrtmux-7a4bac82d7d3cc355c92b312fda00fa9523e79f9.tar.gz
rtmux-7a4bac82d7d3cc355c92b312fda00fa9523e79f9.tar.bz2
rtmux-7a4bac82d7d3cc355c92b312fda00fa9523e79f9.zip
Set exittype for error exit as well as the error string.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
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;
};