From a7c8a861dee47bb56bb8a52a86d45f97037cd4ec Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 16 Feb 2017 18:06:52 +0000 Subject: [PATCH] _context cursor -> cursor. git-svn-id: svn://qnap.local/TwoTerm/branches/fix-gno-scrolling-region@3165 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 --- Emulators/GNOConsole.mm.ragel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulators/GNOConsole.mm.ragel b/Emulators/GNOConsole.mm.ragel index 0dfc6b4..1f712c5 100644 --- a/Emulators/GNOConsole.mm.ragel +++ b/Emulators/GNOConsole.mm.ragel @@ -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);