Skip to content
Snippets Groups Projects
Commit 5fcd81ff authored by George Nachman's avatar George Nachman
Browse files

Make reset (both user initiated and ANSI RIS) show the primary buffer when in...

Make reset (both user initiated and ANSI RIS) show the primary buffer when in alternate screen mode. Issue 6325
parent fb6cf3ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -355,6 +355,7 @@ static const int kMaxScreenRows = 4096;
if (userInitiated) {
[_parser reset];
}
[delegate_ terminalShowPrimaryBuffer];
[delegate_ terminalResetPreservingPrompt:userInitiated];
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment