From 82778e87bc75e07d006e3de70ec0951ff445a56c Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Thu, 10 Feb 2011 10:44:59 -0500 Subject: [PATCH] After a 'clear & reset' make sure the prompt reappears. BUG: 242110 --- src/SessionController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SessionController.cpp b/src/SessionController.cpp index fd0b11e5..cdfa66e8 100644 --- a/src/SessionController.cpp +++ b/src/SessionController.cpp @@ -983,7 +983,7 @@ void SessionController::clearHistoryAndReset() { Emulation* emulation = _session->emulation(); emulation->reset(); - //_session->refresh(); + _session->refresh(); clearHistory(); }