about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-09 22:13:01 +0100
committerJames Booth <boothj5@gmail.com>2014-04-09 22:13:01 +0100
commit714ee2486353361898df7f5bb339e9be3f456830 (patch)
tree6f715e1ec7299ec94924c80abfe860ae17650af6 /src/command/command.c
parentb9aac28ccccf1f50e99f093b5627ce0e562dc859 (diff)
downloadprofani-tty-714ee2486353361898df7f5bb339e9be3f456830.tar.gz
Added ui_unknown_command
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 4174f8a8..ea5db13b 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1367,7 +1367,7 @@ cmd_execute_default(const char * const inp)
             break;
 
         case WIN_CONSOLE:
-            cons_show("Unknown command: %s", inp);
+            ui_unknown_command(inp);
             break;
 
         case WIN_DUCK: