The small fixes that were made in the corrections
This commit is contained in:
parent
81d1cc2ad1
commit
2bbd0ff867
3 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue