mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-01-02 16:31:38 +00:00
_context cursor -> cursor.
git-svn-id: svn://qnap.local/TwoTerm/branches/fix-gno-scrolling-region@3165 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
d899cb8c0e
commit
a7c8a861de
@ -351,7 +351,7 @@
|
||||
// clear to end of line.
|
||||
|
||||
iRect tmp;
|
||||
tmp.origin = _context.cursor;
|
||||
tmp.origin = cursor;
|
||||
tmp.size = iSize(window.size.width - cursor.x, 1);
|
||||
|
||||
screen->eraseRect(tmp);
|
||||
|
Loading…
Reference in New Issue
Block a user