mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-01-23 11:16:26 +00:00
fix decrementY.
git-svn-id: svn://qnap.local/TwoTerm/trunk@3147 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user