aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-10-06 00:18:00 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-10-06 00:18:00 +0100
commit3fba377ddd6fd234c614b53d5402153c6489b505 (patch)
tree80de0968792ba3ad4e2da368cb2da2797a4d3ab1 /tmux.h
parent01a47525030ec6fa4f53dc2c0cb6786f63881679 (diff)
downloadrtmux-3fba377ddd6fd234c614b53d5402153c6489b505.tar.gz
rtmux-3fba377ddd6fd234c614b53d5402153c6489b505.tar.bz2
rtmux-3fba377ddd6fd234c614b53d5402153c6489b505.zip
retcode -> retval for exit message.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 3b4f8150..7d082796 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1295,8 +1295,9 @@ RB_HEAD(status_out_tree, status_out);
/* Client connection. */
struct client {
struct imsgbuf ibuf;
+
struct event event;
- int retcode;
+ int retval;
struct timeval creation_time;
struct timeval activity_time;