Typing long line in commander input hides some characters in next execution
A Logo programming environment for Microsoft Windows
Brought to you by:
david_costanzo
When I type a long line and I press ENTER (and after the command is carried out), the next character I type is hidden in the command line. In the case of example below, I typed
show [long line]
and then
show 123
The "s" of show 123 is not visible, only how 123 is shown.
I expected show to be visible. My guess is that these is some kind of horizontal scrolling happening.
The uploaded GIF should be the same as the one I uploaded to imgur here:
I can reproduce this on Windows XP, so I've updated the title. At first I tried with
SHOW ISEQ 1 1000, but that didn't show the problem. The key, as you mentioned, is that you have to type the long line, or at least scroll to the end of the line in the input box before executing it.This looks like a regression from porting from OWL to wxWidgets. That is, I can't reproduce it on the mainline 6.35.0, but I can on the wxWidgets 6.35.0.
This is fixed by [r5107]. The fix will be available in FMSLogo 7.7.0.
Related
Commit: [r5107]