diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/toxic/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/main.c b/testing/toxic/main.c index 44430653..8de76244 100644 --- a/testing/toxic/main.c +++ b/testing/toxic/main.c | |||
@@ -272,7 +272,7 @@ static void draw_bar() | |||
272 | attron(COLOR_PAIR(3)); | 272 | attron(COLOR_PAIR(3)); |
273 | } | 273 | } |
274 | printw(" %s", windows[i].title); | 274 | printw(" %s", windows[i].title); |
275 | if (windows[i].blink && (odd < 5)) { | 275 | if (windows[i].blink && (odd < (blinkrate/2))) { |
276 | attroff(COLOR_PAIR(3)); | 276 | attroff(COLOR_PAIR(3)); |
277 | } | 277 | } |
278 | if (i == active_window) { | 278 | if (i == active_window) { |