aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann <20h@r-36.net>2013-04-26 18:41:54 +0200
committerGravatar Christoph Lohmann <20h@r-36.net>2013-04-26 18:41:54 +0200
commit1e09726518b84091e80dfaf96632c122f6f446a6 (patch)
treea5f86e5b086d69d52babb0128cadc174b18b2eec /config.def.h
parent1b2751f5c24ca06afbb68e41e73fc9fce6c6b521 (diff)
Enable blinking in st.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index d1c20bd..b44fe17 100644
--- a/config.def.h
+++ b/config.def.h
@@ -20,6 +20,9 @@ static bool allowaltscreen = true;
static unsigned int xfps = 60;
static unsigned int actionfps = 30;
+/* blinking timeout (set to 0 to disable blinking) */
+static unsigned int blinktimeout = 800;
+
/* TERM value */
static char termname[] = "st-256color";