diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-19 14:53:21 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-19 14:53:21 -0700 |
commit | b16906d5e42cf65e198de0ccd21155df4a364c56 (patch) | |
tree | 8cf5f1957956a7c5874cd10fe8a320416c77be20 /testing/toxic/windows.c | |
parent | 7543d6d52867168c0e95729b436ccaa202dd8ffa (diff) | |
parent | 22f766860f8d0a46445b452f29e11ffdfe57dc05 (diff) |
Merge pull request #499 from JFreegman/master
fix toxic tab bar bugs
Diffstat (limited to 'testing/toxic/windows.c')
-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))) |