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.zip | |
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; | |||
| 20 | static unsigned int xfps = 60; | 20 | static unsigned int xfps = 60; |
| 21 | static unsigned int actionfps = 30; | 21 | static unsigned int actionfps = 30; |
| 22 | 22 | ||
| 23 | /* blinking timeout (set to 0 to disable blinking) */ | ||
| 24 | static unsigned int blinktimeout = 800; | ||
| 25 | |||
| 23 | /* TERM value */ | 26 | /* TERM value */ |
| 24 | static char termname[] = "st-256color"; | 27 | static char termname[] = "st-256color"; |
| 25 | 28 | ||
