1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Initialise form field tag autocomplete

This commit is contained in:
James Booth 2014-09-13 21:36:16 +01:00
parent 128a4a811f
commit d8400a5fd7

View File

@ -80,6 +80,7 @@ _form_new(void)
form->fields = NULL;
form->var_to_tag = NULL;
form->tag_to_var = NULL;
form->tag_ac = NULL;
return form;
}