summaryrefslogtreecommitdiffstats
path: root/smenu.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-04-15 00:37:45 +0200
committerpgen <p.gen.progs@gmail.com>2021-04-16 22:23:19 +0200
commit199852d00d762389cc80557e7cf94b3e87ea0b2e (patch)
tree904d650e19bce801f3823a54391b78da594b1014 /smenu.c
parentb6d207cd35b34fc52e89a37ad5cca7b52f46df75 (diff)
Set the default value of the blink indicator
Diffstat (limited to 'smenu.c')
-rw-r--r--smenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.c b/smenu.c
index 1b0afe5..0166f67 100644
--- a/smenu.c
+++ b/smenu.c
@@ -438,7 +438,7 @@ ini_cb(win_t * win, term_t * term, limit_t * limits, ticker_t * timers,
if (strcmp(section, "colors") == 0)
{
- attrib_t v = { UNSET, -1, -1, -1, -1, -1, -1, -1, -1 };
+ attrib_t v = { UNSET, -1, -1, -1, -1, -1, -1, -1, -1, -1 };
#define CHECK_ATTR(x) \
else if (strcmp(name, #x) == 0) \