mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Do not print timestamps in hex mode
This commit is contained in:
parent
5f14924c96
commit
a65b5b0e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -1232,7 +1232,7 @@ int tty_connect(void)
|
||||||
input_char = input_buffer[i];
|
input_char = input_buffer[i];
|
||||||
|
|
||||||
/* Print timestamp on new line if enabled */
|
/* Print timestamp on new line if enabled */
|
||||||
if (next_timestamp && input_char != '\n' && input_char != '\r')
|
if ((next_timestamp && input_char != '\n' && input_char != '\r') && !option.hex_mode)
|
||||||
{
|
{
|
||||||
now = timestamp_current_time();
|
now = timestamp_current_time();
|
||||||
if (now)
|
if (now)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue