mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Remove newline option in hex mode
This commit is contained in:
parent
0b55981e52
commit
6d007d39d7
6 changed files with 5 additions and 21 deletions
|
|
@ -687,6 +687,7 @@ int tty_connect(void)
|
|||
if (option.timestamp)
|
||||
next_timestamp = true;
|
||||
|
||||
/* Manage print output mode */
|
||||
if (option.hex_mode)
|
||||
{
|
||||
print = print_hex;
|
||||
|
|
@ -697,7 +698,6 @@ int tty_connect(void)
|
|||
{
|
||||
print = print_normal;
|
||||
print_mode = NORMAL;
|
||||
tio_printf("Switched to normal mode");
|
||||
}
|
||||
|
||||
/* Save current port settings */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue