-
Notifications
You must be signed in to change notification settings - Fork 54
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
Problem when using vt220 serial terminal #174
Comments
Thanks, I'll look into it. |
I've made a change that might improve this. I haven't tested in the same environment you have, so I'm not sure whether I've fixed it. Could you give it a try and let me know what happens? I'd also be curious to know the output of |
Thanks! vt220 seems pretty limited. It doesn't seem to support color, or hiding the cursor or mouse input (or if it does, I haven't worked it out yet). For now, I've made a change so that this is reported:
rather than crashing. |
Changing this from a bug to an enhancement since the crash is fixed. The enhancement is to support vt220 more (to whatever reasonable extent 'more' is, that's TBD). The first step would be to determine if vt220 can support ctrl-q and mouse input. |
I tried to run ci_edit on an ARM development board. Since SSH is not available I used the serial connection.
(this may mean that the colour support of the terminal is incomplete)
Here is the traceback
The text was updated successfully, but these errors were encountered: