consoleProcess_ = consoleProcess;
if (getInteractionMode() != ConsoleProcessInfo.INTERACTION_NEVER)
{
ShellInteractionManager shellInteractionManager =
new ShellInteractionManager(display_, server, inputHandler_);
if (getInteractionMode() != ConsoleProcessInfo.INTERACTION_ALWAYS)
shellInteractionManager.setHistoryEnabled(false);
outputWriter_ = shellInteractionManager;
}
else
{