summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
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.
*/