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
|
|
@ -1518,9 +1518,12 @@ void forward_to_tty(int fd, char output_char)
|
|||
handle_hex_prompt(output_char);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (option.input_mode == INPUT_MODE_NORMAL)
|
||||
{
|
||||
optional_local_echo(output_char);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case OUTPUT_MODE_END:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue