The small fixes that were made in the corrections

This commit is contained in:
maix0 2024-10-16 22:12:45 +02:00
parent 81d1cc2ad1
commit 2bbd0ff867
3 changed files with 6 additions and 5 deletions

View file

@ -41,7 +41,7 @@ t_error get_user_input(t_state *state)
{
errno = 0;
lstate.pos = 0;
state->last_exit = 127;
state->last_exit = 130;
string_clear(&lstate.buf);
write_fd(lstate.output_fd, (void *)"^C\n", 3, NULL);
line_refresh_line(&lstate);