summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 03:57:35 -0600
committerzachir <zachir@librem.one>2023-02-20 03:57:35 -0600
commit32a99f67c4aebeceac8cd58edc63d9c59f1a3220 (patch)
treeb7691f980c3a53d1e153535c60bc24606e7b237d /config.def.h
parentc4aeb32df95c2ad8adfacae4b0627c65f9a9e929 (diff)
add 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 2f6107e..dcad27e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -71,6 +71,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.
*/