diff options
author | nicm <nicm> | 2015-08-28 13:12:20 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-08-28 13:12:20 +0000 |
commit | f6a0f8730efab9c52eaccbb62b5b1d27e8be7949 (patch) | |
tree | be1e2f252478d90d0fb56030fbb75efbd1028d39 /tmux.h | |
parent | 57cc4d45d52e0af562172ac4044f311e1bb00c64 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |