]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/screen-4.2.1-altscreen.patch
squid 3.5.28: latest patches (01-02)
[people/pmueller/ipfire-2.x.git] / src / patches / screen-4.2.1-altscreen.patch
CommitLineData
2a219580
MF
1diff --git a/src/ansi.c b/src/ansi.c
2index e76eef4..bbdc119 100644
3--- a/ansi.c
4+++ b/ansi.c
5@@ -1444,8 +1444,8 @@ int c, intermediate;
6 else
7 {
8 if (curr->w_alt.on) {
9- LeaveAltScreen(curr);
10- RestoreCursor(&curr->w_alt.cursor);
11+ RestoreCursor(&curr->w_alt.cursor);
12+ LeaveAltScreen(curr);
13 }
14 }
15 if (a1 == 47 && !i)
16