else
{
terminal = TerminalFactory.get();
}
this.screenBuffer = new JLineScreenBuffer(terminal, outputStream);
this.reader = new ConsoleReader(_redirectedStream == null ? inputPipe.getExternalInputStream()
: _redirectedStream, this, null, terminal);
this.reader.setHistoryEnabled(true);
this.reader.setBellEnabled(false);