mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Merge pull request #85 from Serkora/leflush
Flush every local echo-ed char
This commit is contained in:
commit
3195132fa1
1 changed files with 1 additions and 0 deletions
|
|
@ -535,6 +535,7 @@ static void optional_local_echo(char c)
|
||||||
if (!option.local_echo)
|
if (!option.local_echo)
|
||||||
return;
|
return;
|
||||||
print(c);
|
print(c);
|
||||||
|
fflush(stdout);
|
||||||
if (option.log)
|
if (option.log)
|
||||||
log_write(c);
|
log_write(c);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue