about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-07-26 01:27:42 +0100
committerJames Booth <boothj5@gmail.com>2015-07-26 01:27:42 +0100
commit36ebf0fc17f271e79445bfc320bef137bf3582bf (patch)
tree42684c14611e0e991e50920813684f8d2411f4c3 /src/ui
parentcb7504e67f6d7e7a48dac96d7d2c6ef1a373873f (diff)
downloadprofani-tty-36ebf0fc17f271e79445bfc320bef137bf3582bf.tar.gz
Updated help category output
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 20f6803e..67c1da58 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1533,9 +1533,9 @@ cons_help(void)
 void
 cons_navigation_help(void)
 {
+    ProfWin *console = wins_get_console();
     cons_show("");
-    cons_show("Navigation:");
-    cons_show("");
+    win_print(console, '-', NULL, 0, THEME_WHITE_BOLD, "", "Navigation");
     cons_show("Alt-1..Alt-0, F1..F10            : Choose window.");
     cons_show("Alt-LEFT, Alt-RIGHT              : Previous/next chat window");
     cons_show("PAGEUP, PAGEDOWN                 : Page the main window.");