Fixed inconsistent indentation

This commit is contained in:
Valera Cogut 2018-10-18 15:56:55 +03:00
parent 3cd9894747
commit 1db83fe6c6

View File

@ -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;
}