mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Fixed inconsistent indentation
This commit is contained in:
parent
3cd9894747
commit
1db83fe6c6
@ -166,6 +166,7 @@ static void tty_flush(void)
|
||||
res = write(el_outfd, "", 1);
|
||||
else
|
||||
res = write(el_outfd, Screen, ScreenCount);
|
||||
|
||||
if (res > 0)
|
||||
ScreenCount = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user