about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-14 14:16:50 +0000
committerJames Booth <boothj5@gmail.com>2015-03-14 14:16:50 +0000
commit6fd5b617ef9e3fc45cc5dbdaaff75516f920fdff (patch)
treee4e810a660dd63f9f759eca5f0de6067f9306d67 /src/ui/window.h
parentb84bddc46b2931f6ca5733c7a69f0f4006392513 (diff)
downloadprofani-tty-6fd5b617ef9e3fc45cc5dbdaaff75516f920fdff.tar.gz
Renamed win_save_newline -> win_newline
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 9b376171..b16d2609 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -171,7 +171,7 @@ void win_show_occupant_info(ProfWin *window, const char * const room, Occupant *
 void win_vprint(ProfWin *window, const char show_char, GTimeVal *tstamp, int flags, theme_item_t theme_item, const char * const from, const char * const message, ...);
 void win_print(ProfWin *window, const char show_char, GTimeVal *tstamp, int flags, theme_item_t theme_item, const char * const from, const char * const message);
 void win_println(ProfWin *window, const char * const message);
-void win_save_newline(ProfWin *window);
+void win_newline(ProfWin *window);
 void win_redraw(ProfWin *window);
 void win_hide_subwin(ProfWin *window);
 void win_show_subwin(ProfWin *window);