mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +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)
|
||||
return;
|
||||
print(c);
|
||||
fflush(stdout);
|
||||
if (option.log)
|
||||
log_write(c);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue