2
pom.xml
2
pom.xml
@@ -22,7 +22,7 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jline.version>3.21.0</jline.version>
|
<jline.version>3.23.0</jline.version>
|
||||||
<antlr-st4.version>4.3.1</antlr-st4.version>
|
<antlr-st4.version>4.3.1</antlr-st4.version>
|
||||||
<jimfs.version>1.2</jimfs.version>
|
<jimfs.version>1.2</jimfs.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ public abstract class AbstractShellTests {
|
|||||||
|
|
||||||
pipedInputStream.connect(pipedOutputStream);
|
pipedInputStream.connect(pipedOutputStream);
|
||||||
terminal = new DumbTerminal("terminal", "ansi", pipedInputStream, consoleOut, StandardCharsets.UTF_8);
|
terminal = new DumbTerminal("terminal", "ansi", pipedInputStream, consoleOut, StandardCharsets.UTF_8);
|
||||||
terminal.setSize(new Size(1, 1));
|
terminal.setSize(new Size(80, 24));
|
||||||
|
|
||||||
executorService.execute(() -> {
|
executorService.execute(() -> {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user