mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Expand trackbar to whole line
Fix https://github.com/profanity-im/profanity/issues/1448
This commit is contained in:
parent
f10edd202f
commit
606c1e51e6
@ -1742,7 +1742,7 @@ win_print_trackbar(ProfWin* window)
|
|||||||
wbkgdset(window->layout->win, theme_attrs(THEME_TRACKBAR));
|
wbkgdset(window->layout->win, theme_attrs(THEME_TRACKBAR));
|
||||||
wattron(window->layout->win, theme_attrs(THEME_TRACKBAR));
|
wattron(window->layout->win, theme_attrs(THEME_TRACKBAR));
|
||||||
|
|
||||||
for (int i = 1; i < cols; i++) {
|
for (int i = 1; i <= cols; i++) {
|
||||||
wprintw(window->layout->win, "-");
|
wprintw(window->layout->win, "-");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user