mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 11:56:22 +00:00
Added autocomplete for version checking parameter
This commit is contained in:
@@ -617,6 +617,7 @@ _cmd_help(const char * const inp, struct cmd_help_t help)
|
|||||||
static gboolean
|
static gboolean
|
||||||
_cmd_about(const char * const inp, struct cmd_help_t help)
|
_cmd_about(const char * const inp, struct cmd_help_t help)
|
||||||
{
|
{
|
||||||
|
cons_show("");
|
||||||
cons_about();
|
cons_about();
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -372,6 +372,8 @@ _handle_edit(const int ch, char *input, int *size)
|
|||||||
prefs_autocomplete_boolean_choice);
|
prefs_autocomplete_boolean_choice);
|
||||||
_parameter_autocomplete(input, size, "/history",
|
_parameter_autocomplete(input, size, "/history",
|
||||||
prefs_autocomplete_boolean_choice);
|
prefs_autocomplete_boolean_choice);
|
||||||
|
_parameter_autocomplete(input, size, "/vercheck",
|
||||||
|
prefs_autocomplete_boolean_choice);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user