mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-04-14 02:37:05 +00:00
fix vt100 position bug.
git-svn-id: svn://qnap.local/TwoTerm/trunk@3109 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
5fb76a212d
commit
3efa5f6b2a
@ -470,7 +470,7 @@ enum {
|
||||
{
|
||||
// 0 = line
|
||||
// 1 = column
|
||||
screen->setCursor(std::max(_parms[1], 1) - 1, std::max(_parms[1],1) - 1);
|
||||
screen->setCursor(std::max(_parms[1], 1) - 1, std::max(_parms[0],1) - 1);
|
||||
}
|
||||
else screen->setCursor(0, 0);
|
||||
_state = StateText;
|
||||
|
Loading…
x
Reference in New Issue
Block a user