Board logo

Subject: Wrong position of cursor after ENTER [Print This Page]

Author: forum1    Time: 2012-1-8 22:31     Subject: Wrong position of cursor after ENTER

If I write this kind of code:


if (true) then
   sleep(1);  // End here at this line I press ENTER cursor position is at wrong position



WRONG!!!
if (true) then
   sleep(1);
   |
   |
   X => cursor is at the "X"
   |
   |
   


NOT WRONG. TRUE Position!!!
if (true) then
   sleep(1);
|
|
X => cursor must be HERE at the "X" market
|
|




Welcome to CnPack Forum (http://bbs.cnpack.org/) Powered by Discuz! 5.0.0