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

Move cursor to the origin on DECSET 1049, like Terminal and Konsole to make...

Move cursor to the origin on DECSET 1049, like Terminal and Konsole to make less output look nicer. Issue 3408.
parent a7ed57d2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -593,6 +593,7 @@ static const int kMaxScreenRows = 4096;
[self saveCursor];
[delegate_ terminalShowAltBuffer];
[delegate_ terminalClearScreen];
[delegate_ terminalMoveCursorToX:1 y:1];
} else {
[delegate_ terminalShowPrimaryBuffer];
[self restoreCursor];
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