Diff between 7c85e85a65503be2b9218ebb9bd73859568795d4 and dec55dcce7e34ce5e56fbd946b91ea58879c0b4a
Changed Files
| File | Additions | Deletions | Status |
| src/shared/shell.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/shell.c b/src/shared/shell.c
index 6cdea1c..f1b85f2 100644
--- a/src/shared/shell.c
+++ b/src/shared/shell.c
@@ -623,7 +623,7 @@ static bool signal_read(struct io *io, void *user_data)
rl_crlf();
rl_on_new_line();
rl_redisplay();
- break;
+ return true;
}
/*