diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -922,6 +922,7 @@ struct tty_ctx { /* Client connection. */ struct client { struct imsgbuf ibuf; + struct timeval tv; struct environ environ; |