Adding sync patch ref. #21
This commit is contained in:
parent
3b88d65645
commit
56e208e0de
10 changed files with 141 additions and 2 deletions
|
|
@ -74,6 +74,14 @@ int allowwindowops = 0;
|
|||
static double minlatency = 8;
|
||||
static double maxlatency = 33;
|
||||
|
||||
#if SYNC_PATCH
|
||||
/*
|
||||
* Synchronized-Update timeout in ms
|
||||
* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec
|
||||
*/
|
||||
static uint su_timeout = 200;
|
||||
#endif // SYNC_PATCH
|
||||
|
||||
/*
|
||||
* blinking timeout (set to 0 to disable blinking) for the terminal blinking
|
||||
* attribute.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue