Zond:fix: не печатался promt
This commit is contained in:
@@ -84,6 +84,12 @@ public class ShellStdOut extends PrintStream {
|
|||||||
@Override
|
@Override
|
||||||
public void println(String x) {
|
public void println(String x) {
|
||||||
print(x.concat("\n"));
|
print(x.concat("\n"));
|
||||||
|
try {
|
||||||
|
cleanTrashLine(x.length());
|
||||||
|
consoleReader.drawLine();
|
||||||
|
consoleReader.flush();
|
||||||
|
} catch (Throwable ignore) {
|
||||||
|
}
|
||||||
_flush();
|
_flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user