Per-session timers for locking, and remove the global one-second timer.

This commit is contained in:
nicm
2015-08-28 13:12:20 +00:00
parent 57cc4d45d5
commit f6a0f8730e
4 changed files with 44 additions and 45 deletions

2
tmux.h
View File

@ -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;