about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index adf3ddf0..bedadfda 100644
--- a/src/command.c
+++ b/src/command.c
@@ -617,6 +617,7 @@ _cmd_help(const char * const inp, struct cmd_help_t help)
 static gboolean
 _cmd_about(const char * const inp, struct cmd_help_t help)
 {
+    cons_show("");
     cons_about();
     return TRUE;
 }