Remove newline option in hex mode

This commit is contained in:
Martin Lund 2022-06-06 19:38:31 +02:00
parent 0b55981e52
commit 6d007d39d7
6 changed files with 5 additions and 21 deletions

View file

@ -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 */