about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_ac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index f414b0d2..5b61da6a 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -622,6 +622,7 @@ cmd_ac_init(void)
     autocomplete_add(omemo_ac, "fingerprint");
     autocomplete_add(omemo_ac, "clear_device_list");
     autocomplete_add(omemo_ac, "policy");
+    autocomplete_add(omemo_ac, "char");
 
     omemo_log_ac = autocomplete_new();
     autocomplete_add(omemo_log_ac, "on");