You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
diff --git a/ansi.c b/ansi.c
|
|
index e76eef4..bbdc119 100644
|
|
--- a/ansi.c
|
|
+++ b/ansi.c
|
|
@@ -1444,8 +1444,8 @@ int c, intermediate;
|
|
else
|
|
{
|
|
if (curr->w_alt.on) {
|
|
- LeaveAltScreen(curr);
|
|
RestoreCursor(&curr->w_alt.cursor);
|
|
+ LeaveAltScreen(curr);
|
|
}
|
|
}
|
|
if (a1 == 47 && !i)
|