diff --git a/src/editline.c b/src/editline.c index 65ce034..55509ec 100644 --- a/src/editline.c +++ b/src/editline.c @@ -1036,8 +1036,7 @@ static el_status_t tty_special(int c) { #ifdef CONFIG_SIGINT if (c == rl_intr) { - if (!Searching) - el_intr_pending = SIGINT; + el_intr_pending = SIGINT; return CSsignal; } #endif