From 8322c48d3e580e3f098b031554932924cde2fc00 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 24 Oct 2012 01:39:52 +0100 Subject: Added autocomplete for version checking parameter --- src/command.c | 1 + src/input_win.c | 2 ++ 2 files changed, 3 insertions(+) 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; } diff --git a/src/input_win.c b/src/input_win.c index 9ee71ce1..3cb903e1 100644 --- a/src/input_win.c +++ b/src/input_win.c @@ -372,6 +372,8 @@ _handle_edit(const int ch, char *input, int *size) prefs_autocomplete_boolean_choice); _parameter_autocomplete(input, size, "/history", prefs_autocomplete_boolean_choice); + _parameter_autocomplete(input, size, "/vercheck", + prefs_autocomplete_boolean_choice); return 1; -- cgit 1.4.1-2-gfad0