mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix hexN output mode
This commit is contained in:
parent
22b4f451ea
commit
68c78222e1
1 changed files with 1 additions and 1 deletions
|
|
@ -2324,6 +2324,7 @@ int tty_connect(void)
|
||||||
if (first_)
|
if (first_)
|
||||||
{
|
{
|
||||||
// Do nothing
|
// Do nothing
|
||||||
|
first_ = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
@ -2334,7 +2335,6 @@ int tty_connect(void)
|
||||||
{
|
{
|
||||||
log_putc('\n');
|
log_putc('\n');
|
||||||
}
|
}
|
||||||
first_ = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue