diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1056,7 +1056,7 @@ struct client { char *cwd; struct tty tty; - struct timeval repeat_timer; + struct event repeat_timer; struct timeval status_timer; struct jobs status_jobs; |