mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 12:16:21 +00:00
Expand trackbar to whole line
Fix https://github.com/profanity-im/profanity/issues/1448
This commit is contained in:
@@ -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, "-");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user