Add initial-repeat-time option to allow the first repeat time to be

increased and later reduced, from David le Blanc in GitHub issue 4164.
This commit is contained in:
nicm
2024-10-07 08:50:47 +00:00
parent 9528d7470b
commit a3dea81b49
4 changed files with 61 additions and 8 deletions

1
tmux.h
View File

@ -1909,6 +1909,7 @@ struct client {
char *exit_message;
struct key_table *keytable;
key_code last_key;
uint64_t redraw_panes;