mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge remote-tracking branch 'remote/master'
This commit is contained in:
commit
21dea47f42
1 changed files with 2 additions and 1 deletions
|
|
@ -1895,13 +1895,14 @@ int tty_connect(void)
|
|||
default:
|
||||
if (line_index < BUFSIZ)
|
||||
{
|
||||
optional_local_echo(input_char);
|
||||
line_buffer[line_index++] = input_char;
|
||||
}
|
||||
else
|
||||
{
|
||||
tio_error_print("Input exceeds maximum line length. Truncating.");
|
||||
forward = false;
|
||||
}
|
||||
forward = false;
|
||||
}
|
||||
|
||||
// Save 2 latest stdin input characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue