1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2015-09-29 21:14:08 +01:00
commit 56c0f273f9

View File

@ -395,6 +395,9 @@ _inp_rl_startup_hook(void)
rl_bind_key('\t', _inp_rl_tab_handler);
rl_bind_key(CTRL('L'), _inp_rl_clear_handler);
// unbind unwanted mappings
rl_bind_keyseq("\\e=", NULL);
return 0;
}