summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
authorerdgeist <>2012-02-27 00:35:56 +0000
committererdgeist <>2012-02-27 00:35:56 +0000
commit4bd734a4acaf656a3acf16fce0c0cc3ef6e7f155 (patch)
tree3a6eb4568cb125ffb63dc9e3f913adbe10d86ae4 /vchat-ui.c
parentff0647cb2e3dec86bc364c900885f087675c1ba6 (diff)
readline will not sort, if we ignore duplicates
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vchat-ui.c b/vchat-ui.c
index bb94653..7873268 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -1199,7 +1199,6 @@ initui (void)
1199 1199
1200 /* set up nick completion functions .. */ 1200 /* set up nick completion functions .. */
1201 rl_ignore_completion_duplicates = 0; 1201 rl_ignore_completion_duplicates = 0;
1202 rl_sort_completion_matches = 0;
1203 rl_attempted_completion_function = (rl_completion_func_t *) ul_complete_user; 1202 rl_attempted_completion_function = (rl_completion_func_t *) ul_complete_user;
1204 1203
1205 /* .. and 'line completed' callback */ 1204 /* .. and 'line completed' callback */