about summary refs log tree commit diff stats
path: root/tests/test_form.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-17 23:03:03 +0100
committerJames Booth <boothj5@gmail.com>2014-09-17 23:03:03 +0100
commitfa7b6f30000d536f45125f677a0fc820ad758e11 (patch)
tree642c8edda453daf81157b8abf4b9cb70eda0d06e /tests/test_form.c
parente42a0847a2d59c5eba93e36ce7c6d1b7275dd621 (diff)
downloadprofani-tty-fa7b6f30000d536f45125f677a0fc820ad758e11.tar.gz
Added autocompletion for form list-multi values
Diffstat (limited to 'tests/test_form.c')
-rw-r--r--tests/test_form.c1
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;