mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 05:56:22 +00:00
Add basic help search
This commit is contained in:
@@ -204,6 +204,7 @@ cmd_ac_init(void)
|
||||
help_ac = autocomplete_new();
|
||||
autocomplete_add(help_ac, "commands");
|
||||
autocomplete_add(help_ac, "navigation");
|
||||
autocomplete_add(help_ac, "search");
|
||||
|
||||
help_commands_ac = autocomplete_new();
|
||||
autocomplete_add(help_commands_ac, "chat");
|
||||
|
||||
Reference in New Issue
Block a user