mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Fix random scrolling on terminal
This commit is contained in:
parent
45bcd987ad
commit
34c1f98900
@ -842,7 +842,8 @@ void jsiSemiInit(bool autoLoad) {
|
||||
jshPrintBanner();
|
||||
#endif
|
||||
}
|
||||
jsiConsolePrint("\n"); // output new line
|
||||
if (consoleDevice != EV_TERMINAL) // don't spam the terminal
|
||||
jsiConsolePrint("\n"); // output new line
|
||||
inputLineRemoved = true; // we need to put the input line back...
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user