1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge pull request #1460 from kaffeekanne/master

Remove blank line after trackbar
This commit is contained in:
Michael Vetter 2020-12-11 16:21:51 +01:00 committed by GitHub
commit 8953002a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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