We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e074cc commit f9c8081Copy full SHA for f9c8081
app/src/cc/arduino/ConsoleOutputStream.java
@@ -64,7 +64,7 @@ public ConsoleOutputStream(SimpleAttributeSet attributes, PrintStream printStrea
64
this.printStream = printStream;
65
this.newLinePrinted = false;
66
67
- this.timer = new Timer(500, (e) -> {
+ this.timer = new Timer(250, (e) -> {
68
if (editorConsole != null && newLinePrinted) {
69
editorConsole.scrollDown();
70
newLinePrinted = false;
0 commit comments