Add a prefix timeout option, from Conor Taylor in GitHub issue 4108.

This commit is contained in:
nicm
2024-09-16 20:28:22 +00:00
parent 3a8a31d8d2
commit d8b66110f7
3 changed files with 51 additions and 2 deletions

1
tmux.h
View File

@ -1982,6 +1982,7 @@ RB_HEAD(key_bindings, key_binding);
struct key_table {
const char *name;
struct timeval activity_time;
struct key_bindings key_bindings;
struct key_bindings default_key_bindings;