-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display corruption with efte on LInux #31
Comments
Original comment by: calvin |
Logged In: NO yes, noticed that too, with chars > 128. they caused the rest of the line to not show anymore, initially, but them – for unknown reason – the chars >128 displayed as white solid blocks, and the following text was displayed again. one way to reproduce the problem is (which efte fromon around release 930) is: \- open an empty file play a bit more, then cover the efte window with another window, and uncover it again. now what is that keypad Enter? this adds a bit of flow control and some niceties. it is not needed for compiling new macros, or execute existing macros and commands. a few examples: 6 7 * . <keypad Enter> ‘A’ emit <keypad Enter> and for the coders among you: hex <keypad Enter>
well, you get the drift. decimal or flow control: : reply if “yes” else “no” then type$ ; true reply but before i get carried away … this is a reply to a bug report. i simply meant to show a way to reproduce the bug, for easier fixing. documentation on firescript shell i should probably write somewhere else :) but while showing features … try to run efte from an xterm, keep it visible, and type into efte: play a bit with your keys, and enjoy the vista. Original comment by: nobody |
1 similar comment
Logged In: NO yes, noticed that too, with chars > 128. they caused the rest of the line to not show anymore, initially, but them – for unknown reason – the chars >128 displayed as white solid blocks, and the following text was displayed again. one way to reproduce the problem is (which efte fromon around release 930) is: \- open an empty file play a bit more, then cover the efte window with another window, and uncover it again. now what is that keypad Enter? this adds a bit of flow control and some niceties. it is not needed for compiling new macros, or execute existing macros and commands. a few examples: 6 7 * . <keypad Enter> ‘A’ emit <keypad Enter> and for the coders among you: hex <keypad Enter>
well, you get the drift. decimal or flow control: : reply if “yes” else “no” then type$ ; true reply but before i get carried away … this is a reply to a bug report. i simply meant to show a way to reproduce the bug, for easier fixing. documentation on firescript shell i should probably write somewhere else :) but while showing features … try to run efte from an xterm, keep it visible, and type into efte: play a bit with your keys, and enjoy the vista. Original comment by: nobody |
Logged In: NO meant to write “endif” instead of “then” in this example: Original comment by: nobody |
Logged In: NO fromon around build 950, the method explained below doesn’t work by default anymore, because the shell is not bound to the grey enter key anymore. Original comment by: nobody |
When opening binary files in efte, running in X Windows under Debian Linux, the display gets corrupted. Attached is a screenshot that demonstrates the problem.
Apparently, the line data is not displayed correctly after certain binary byte sequences.
Feel free to ask for more info if you need it.
Reported by: calvin
Original Ticket: efte/bugs/30
The text was updated successfully, but these errors were encountered: