SHL-146 Restore cursor position on flash

This commit is contained in:
Tim Patterson
2016-11-03 19:13:53 +13:00
parent 1626a4919f
commit 7b9e0dbdca

View File

@@ -500,7 +500,7 @@ public abstract class JLineShell extends AbstractShell implements Shell, Runnabl
ansi.a(ESCAPE + "8");
}
else {
ansi.reset();
ansi.restorCursorPosition();
}
try {