Simplified autocompleters and command history

This commit is contained in:
James Booth
2015-01-16 22:50:40 +00:00
parent 7a5deca77c
commit 4c6cfcdca0
28 changed files with 315 additions and 456 deletions

View File

@@ -154,7 +154,7 @@ prefs_close(void)
}
char *
prefs_autocomplete_boolean_choice(char *prefix)
prefs_autocomplete_boolean_choice(const char * const prefix)
{
return autocomplete_complete(boolean_choice_ac, prefix, TRUE);
}