mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 20:26:21 +00:00
Pass wrap boolean to win_sub_print()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user