After a 'clear & reset' make sure the prompt reappears.

BUG: 242110
This commit is contained in:
Kurt Hindenburg
2011-02-10 10:44:59 -05:00
parent c4ea132432
commit 82778e87bc

View File

@@ -983,7 +983,7 @@ void SessionController::clearHistoryAndReset()
{
Emulation* emulation = _session->emulation();
emulation->reset();
//_session->refresh();
_session->refresh();
clearHistory();
}