summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 21:58:15 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 21:58:15 +0200
commitae19d30bab16589623aa80ba316288d234e7fee9 (patch)
treedfa96b6907a8c5b1038ee2440e721ff111ce0014 /config.def.h
parent1bba714632c7e4a5f0d4431b56f396170bf9f3e4 (diff)
Apply appsync patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index bfd6cb9..5acd6d5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -57,6 +57,12 @@ static double minlatency = 8;
static double maxlatency = 33;
/*
+ * Synchronized-Update timeout in ms
+ * https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec
+ */
+static uint su_timeout = 200;
+
+/*
* blinking timeout (set to 0 to disable blinking) for the terminal blinking
* attribute.
*/