Pass wrap boolean to win_sub_print()

This commit is contained in:
James Booth
2015-11-22 01:00:14 +00:00
parent 3d1299eb1e
commit 0763bfc9f4
4 changed files with 18 additions and 18 deletions

View File

@@ -1266,7 +1266,7 @@ win_unread(ProfWin *window)
}
void
win_sub_print_nowrap(WINDOW *win, char *msg, gboolean newline)
win_sub_print(WINDOW *win, char *msg, gboolean newline, gboolean wrap)
{
int maxx = getmaxx(win);
int curx = getcurx(win);