mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 14:26:21 +00:00
Complete no arg for /theme load
This commit is contained in:
@@ -1881,7 +1881,7 @@ static char*
|
||||
_theme_autocomplete(ProfWin *window, const char *const input)
|
||||
{
|
||||
char *result = NULL;
|
||||
if ((strncmp(input, "/theme load ", 12) == 0) && (strlen(input) > 12)) {
|
||||
if (strncmp(input, "/theme load ", 12) == 0) {
|
||||
if (theme_load_ac == NULL) {
|
||||
theme_load_ac = autocomplete_new();
|
||||
GSList *themes = theme_list();
|
||||
|
||||
Reference in New Issue
Block a user