diff --git a/xC.c b/xC.c index 6264b8c..37783b7 100644 --- a/xC.c +++ b/xC.c @@ -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");