Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/tio/master' into win32
Browse files Browse the repository at this point in the history
  • Loading branch information
HiFiPhile committed Apr 16, 2024
2 parents 9e45bbf + 1e20948 commit 8cd8f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,7 @@ int tty_connect(void)
default:
if (line_index < BUFSIZ)
{
optional_local_echo(input_char);
line_buffer[line_index++] = input_char;
}
else
Expand Down

0 comments on commit 8cd8f27

Please sign in to comment.