mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-02-15 15:31:43 +00:00
fix decrementY.
git-svn-id: svn://qnap.local/TwoTerm/trunk@3147 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
1fec3f120c
commit
b218387855
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user