about summary refs log tree commit diff stats
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index d6a87fc6..b8e2a59d 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -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);