mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Disable readline completion
This commit is contained in:
parent
921ce6ec7d
commit
6e304bb867
@ -390,6 +390,9 @@ _inp_rl_startup_hook(void)
|
|||||||
// unbind unwanted mappings
|
// unbind unwanted mappings
|
||||||
rl_bind_keyseq("\\e=", NULL);
|
rl_bind_keyseq("\\e=", NULL);
|
||||||
|
|
||||||
|
// disable readline completion
|
||||||
|
rl_variable_bind("disable-completion", "on");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user