-
Notifications
You must be signed in to change notification settings - Fork 246
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
实现命令行终端界面 #4
Comments
建议兼容SecureCRT,能对一些特殊字符进行动作响应,最好动作响应和特殊字符之间的对应关系可以自己设置 |
我最近研究了下shell的特殊字符,不过我想用一个现成的控件做。 |
目前我已经在实现VT100控制字的支持,该功能完善后会发布一个版本 |
在shell界面移动光标并使用Backspace、delete键删除字符时会出现显示异常。 |
shell现在还是个半成品,建议用SecureCRT、xshell等工具。 |
是的 xshell的确是非常好用的工具,但是我在使用的时候xshell的进程出现了异常,想到电脑上这个工具也可以用串口shell就试了下,发现很奇怪... |
你提个pr吧 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
实现一个类似Windows CMD或者Linux终端的界面。用于支持交互操作。
这个界面应该实现简单的高亮功能。暂时不考虑优化。
The text was updated successfully, but these errors were encountered: