diff options
author | Jfreegman <Jfreegman@gmail.com> | 2013-08-07 02:52:56 -0400 |
---|---|---|
committer | Jfreegman <Jfreegman@gmail.com> | 2013-08-07 02:52:56 -0400 |
commit | 3f3be026b7b8cbf5eecaa7272c780c651698702e (patch) | |
tree | 9470243cae5e0f6647da7ef7a98b36cdab071484 /testing | |
parent | 90524356a79d15353c91ad4125cd7f8d8e7a35d3 (diff) |
forgot this
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) { |