From 6e304bb8678921cb22617d2e8eaf7deb8448c1b4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 29 Nov 2015 22:23:31 +0000 Subject: Disable readline completion --- src/ui/inputwin.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index caf5387e..06e055ea 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -390,6 +390,9 @@ _inp_rl_startup_hook(void) // unbind unwanted mappings rl_bind_keyseq("\\e=", NULL); + // disable readline completion + rl_variable_bind("disable-completion", "on"); + return 0; } -- cgit 1.4.1-2-gfad0