Re: phantom carriage return bug
- Posted by Robert Craig <rds at MSN.COM> Aug 14, 1997
- 777 views
Doug Edmunds writes: > Could this be a bug with Euphoria? > If the cursor is on last line of screen, Euphoria adds a > <CR> before calling gets(). I've been aware of this for many years now. Euphoria is not trying to do anything special on the last line. It seems to be due to some funny behavior of DOS. I know it's kind of annoying, but I don't have any plans to "correct" this behavior. If you need better cursor control, you can always use position(). Regards, Rob Craig Rapid Deployment Software