diff --git a/src/editline.c b/src/editline.c index c1a1c5e..a7368fd 100644 --- a/src/editline.c +++ b/src/editline.c @@ -771,7 +771,7 @@ static el_status_t delete_string(int count) } tty_backn(i); *p = '\0'; - return CSmove; + return CSstay; } if (rl_point + count > rl_end && (count = rl_end - rl_point) <= 0)