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