about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-17 21:14:03 +0000
committerJames Booth <boothj5@gmail.com>2014-11-17 21:14:03 +0000
commita7812955425cdff3e3af3b953c00ad2736448ff4 (patch)
tree8711db1369cde0b7a6e0953f11c80a2e22b15227 /src/ui/console.c
parent1d5ac1b4742bbd782a43da02a01f7e50476022b4 (diff)
downloadprofani-tty-a7812955425cdff3e3af3b953c00ad2736448ff4.tar.gz
Added newline
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 9d397268..edc5e086 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1513,6 +1513,7 @@ _cons_theme_colours(void)
     win_save_print(console, '-', NULL, NO_DATE, THEME_MAGENTA_BOLD, "", " bold_magenta");
     win_save_print(console, '-', NULL, NO_EOL, THEME_BLACK, "",         " black   ");
     win_save_print(console, '-', NULL, NO_DATE, THEME_BLACK_BOLD, "",   " bold_black");
+    cons_show("");
 }
 
 static void