mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Do not echo CR in line input and hex output mode
This commit is contained in:
parent
c440da2ea8
commit
a8e0d2693d
1 changed files with 4 additions and 1 deletions
|
|
@ -1519,7 +1519,10 @@ void forward_to_tty(int fd, char output_char)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
optional_local_echo(output_char);
|
if (option.input_mode == INPUT_MODE_NORMAL)
|
||||||
|
{
|
||||||
|
optional_local_echo(output_char);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue