mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-12-21 16:30:24 +00:00
esc [0J was dropping through to esc[1J
This commit is contained in:
parent
6cb2b91ac0
commit
43cb3c9e4f
@ -297,6 +297,7 @@
|
|||||||
|
|
||||||
iRect tmp(0, cursor.y + 1, 80, 24 - cursor.y - 1);
|
iRect tmp(0, cursor.y + 1, 80, 24 - cursor.y - 1);
|
||||||
screen->eraseRect(tmp);
|
screen->eraseRect(tmp);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case 1: {
|
case 1: {
|
||||||
// 0 ... x
|
// 0 ... x
|
||||||
|
Loading…
Reference in New Issue
Block a user