aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-08-28 13:12:20 +0000
committernicm <nicm>2015-08-28 13:12:20 +0000
commitf6a0f8730efab9c52eaccbb62b5b1d27e8be7949 (patch)
treebe1e2f252478d90d0fb56030fbb75efbd1028d39 /tmux.h
parent57cc4d45d52e0af562172ac4044f311e1bb00c64 (diff)
downloadrtmux-f6a0f8730efab9c52eaccbb62b5b1d27e8be7949.tar.gz
rtmux-f6a0f8730efab9c52eaccbb62b5b1d27e8be7949.tar.bz2
rtmux-f6a0f8730efab9c52eaccbb62b5b1d27e8be7949.zip
Per-session timers for locking, and remove the global one-second timer.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index cc38dab8..6ac0b578 100644
--- a/tmux.h
+++ b/tmux.h
@@ -993,6 +993,8 @@ struct session {
struct timeval activity_time;
struct timeval last_activity_time;
+ struct event lock_timer;
+
u_int sx;
u_int sy;