about summary refs log tree commit diff stats
path: root/src/ui/window.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-15 17:23:02 +0100
committerJames Booth <boothj5@gmail.com>2016-10-15 17:23:02 +0100
commit3612270e90db7a824e7f818bb70c88021a1bc16a (patch)
tree33b5c952193c3c4ae1f675eb0dfe31cbc65e4995 /src/ui/window.c
parent5488fd6e72de5c2143dfb5532043e9e1f9fb8343 (diff)
downloadprofani-tty-3612270e90db7a824e7f818bb70c88021a1bc16a.tar.gz
Rename win_println -> win_println_indent
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 f5ab998f..66dcf408 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1110,7 +1110,7 @@ win_update_entry_theme(ProfWin *window, const char *const id, theme_item_t theme
 }
 
 void
-win_println(ProfWin *window, int pad, const char *const message)
+win_println_indent(ProfWin *window, int pad, const char *const message)
 {
     win_printf(window, '-', pad, NULL, 0, THEME_DEFAULT, "", "%s", message);
 }