You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
399 B
12 lines
399 B
3 years ago
|
diff --git a/parse.y b/parse.y
|
||
|
index 85f1c4f..9d1cdf8 100644
|
||
|
--- a/parse.y
|
||
|
+++ b/parse.y
|
||
|
@@ -1453,6 +1453,7 @@ yy_readline_get ()
|
||
|
old_sigint = (SigHandler *)set_signal_handler (SIGINT, sigint_sighandler);
|
||
|
}
|
||
|
|
||
|
+ sh_unset_nodelay_mode (fileno (rl_instream)); /* just in case */
|
||
|
current_readline_line = readline (current_readline_prompt ?
|
||
|
current_readline_prompt : "");
|