diff options
Diffstat (limited to 'xC.c')
-rw-r--r-- | xC.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13775,6 +13775,7 @@ app_editline_init (struct input_el *self) CALL_ (input, bind_control, 'q', "ed-redisplay"); // We need to hide the prompt and input first + CALL_ (input, bind, "\r", "send-line"); CALL_ (input, bind, "\n", "send-line"); CALL_ (input, bind_control, 'i', "complete"); |