diff options
author | James Booth <boothj5@gmail.com> | 2014-09-17 23:03:03 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-17 23:03:03 +0100 |
commit | fa7b6f30000d536f45125f677a0fc820ad758e11 (patch) | |
tree | 642c8edda453daf81157b8abf4b9cb70eda0d06e /tests | |
parent | e42a0847a2d59c5eba93e36ce7c6d1b7275dd621 (diff) | |
download | profani-tty-fa7b6f30000d536f45125f677a0fc820ad758e11.tar.gz |
Added autocompletion for form list-multi values
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_form.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_form.c b/tests/test_form.c index d358736d..6f44c389 100644 --- a/tests/test_form.c +++ b/tests/test_form.c @@ -39,6 +39,7 @@ _new_field(void) field->options = NULL; field->var = NULL; field->values = NULL; + field->value_ac = NULL; return field; |