We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309c8c1 commit 321f589Copy full SHA for 321f589
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(250, (e) -> {
+ this.timer = new Timer(100, (e) -> {
68
if (editorConsole != null && newLinePrinted) {
69
editorConsole.scrollDown();
70
newLinePrinted = false;
0 commit comments