fix decrementY.

git-svn-id: svn://qnap.local/TwoTerm/trunk@3147 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2017-01-26 04:47:10 +00:00
parent 1fec3f120c
commit b218387855

View File

@ -316,7 +316,7 @@ int Screen::decrementY(TextPort *textPort)
if (!textPort) textPort = &_port;
if (textPort->scroll)
return lineFeed(textPort);
return reverseLineFeed(textPort);
if (textPort->cursor.y > 0)