diff options
author | Jfreegman <Jfreegman@gmail.com> | 2013-08-19 16:59:24 -0400 |
---|---|---|
committer | Jfreegman <Jfreegman@gmail.com> | 2013-08-19 16:59:24 -0400 |
commit | 22f766860f8d0a46445b452f29e11ffdfe57dc05 (patch) | |
tree | 8cf5f1957956a7c5874cd10fe8a320416c77be20 /testing/toxic | |
parent | 2f4f81981ddc050c13e8528bd1c65d2b0d9a91da (diff) |
fix tab bar bugs
Diffstat (limited to 'testing/toxic')
-rw-r--r-- | testing/toxic/windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/windows.c b/testing/toxic/windows.c index a2c649d5..c0ff3026 100644 --- a/testing/toxic/windows.c +++ b/testing/toxic/windows.c | |||
@@ -197,6 +197,7 @@ static void draw_bar() | |||
197 | if (windows[i].blink && (odd < (blinkrate / 2))) | 197 | if (windows[i].blink && (odd < (blinkrate / 2))) |
198 | attron(COLOR_PAIR(3)); | 198 | attron(COLOR_PAIR(3)); |
199 | 199 | ||
200 | clrtoeol(); | ||
200 | printw(" %s", windows[i].title); | 201 | printw(" %s", windows[i].title); |
201 | 202 | ||
202 | if (windows[i].blink && (odd < (blinkrate / 2))) | 203 | if (windows[i].blink && (odd < (blinkrate / 2))) |