mirror of
https://github.com/KDE/konsole.git
synced 2025-12-27 09:18:05 -05:00
After a 'clear & reset' make sure the prompt reappears.
BUG: 242110
This commit is contained in:
@@ -983,7 +983,7 @@ void SessionController::clearHistoryAndReset()
|
||||
{
|
||||
Emulation* emulation = _session->emulation();
|
||||
emulation->reset();
|
||||
//_session->refresh();
|
||||
_session->refresh();
|
||||
clearHistory();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user