final ConsoleReader reader,
PrintStream out,
String lineSeparator) {
//
this.console = new Console(shell, this);
this.writer = out;
this.useAlternate = false;
this.terminal = reader.getTerminal();
this.reader = reader;
this.lineSeparator = lineSeparator;