1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Remove blank line after trackbar

Remove added blank line after trackbar, introduced by 606c1e51e6
This commit is contained in:
kaffeekanne 2020-12-11 16:10:26 +01:00
parent ddda72c2c4
commit 4e999283f0

View File

@ -1745,8 +1745,6 @@ win_print_trackbar(ProfWin* window)
}
wattroff(window->layout->win, theme_attrs(THEME_TRACKBAR));
wprintw(window->layout->win, "\n");
}
void