mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup hex mode code
This commit is contained in:
parent
75aa066bf8
commit
72eb682267
2 changed files with 6 additions and 11 deletions
|
|
@ -244,6 +244,7 @@ void options_print()
|
|||
option.dsr_pulse_duration,
|
||||
option.dcd_pulse_duration,
|
||||
option.ri_pulse_duration);
|
||||
tio_printf(" Hexadecimal mode: %s", option.hex_mode ? "enabled" : "disabled");
|
||||
if (option.map[0] != 0)
|
||||
tio_printf(" Map flags: %s", option.map);
|
||||
if (option.log)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue