_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:
Kelvin Sherlock 2017-02-16 18:06:52 +00:00
parent d899cb8c0e
commit a7c8a861de

View File

@ -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);