diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-04-26 18:41:54 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-04-26 18:41:54 +0200 |
commit | 1e09726518b84091e80dfaf96632c122f6f446a6 (patch) | |
tree | a5f86e5b086d69d52babb0128cadc174b18b2eec /config.def.h | |
parent | 1b2751f5c24ca06afbb68e41e73fc9fce6c6b521 (diff) | |
download | st-1e09726518b84091e80dfaf96632c122f6f446a6.tar.gz st-1e09726518b84091e80dfaf96632c122f6f446a6.tar.bz2 |
Enable blinking in st.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
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"; |