mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-10-15 23:23:38 +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);
|
||||
screen->eraseRect(tmp);
|
||||
break;
|
||||
}
|
||||
case 1: {
|
||||
// 0 ... x
|
||||
|
Loading…
Reference in New Issue
Block a user