mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 12:31:45 +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);
|
res = write(el_outfd, "", 1);
|
||||||
else
|
else
|
||||||
res = write(el_outfd, Screen, ScreenCount);
|
res = write(el_outfd, Screen, ScreenCount);
|
||||||
|
|
||||||
if (res > 0)
|
if (res > 0)
|
||||||
ScreenCount = 0;
|
ScreenCount = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user