diff options
author | James Booth <boothj5@gmail.com> | 2014-11-17 21:14:03 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-11-17 21:14:03 +0000 |
commit | a7812955425cdff3e3af3b953c00ad2736448ff4 (patch) | |
tree | 8711db1369cde0b7a6e0953f11c80a2e22b15227 | |
parent | 1d5ac1b4742bbd782a43da02a01f7e50476022b4 (diff) | |
download | profani-tty-a7812955425cdff3e3af3b953c00ad2736448ff4.tar.gz |
Added newline
-rw-r--r-- | src/ui/console.c | 1 |
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 |