Skip to content
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

Open
skiars opened this issue Dec 9, 2018 · 9 comments
Open

实现命令行终端界面 #4

skiars opened this issue Dec 9, 2018 · 9 comments

Comments

@skiars
Copy link
Owner

skiars commented Dec 9, 2018

实现一个类似Windows CMD或者Linux终端的界面。用于支持交互操作。

这个界面应该实现简单的高亮功能。暂时不考虑优化。

@skiars
Copy link
Owner Author

skiars commented Dec 10, 2018

screenshot from 2018-12-10 12-11-31
The terminal tab like this.

@skiars
Copy link
Owner Author

skiars commented Dec 10, 2018

screenshot from 2018-12-10 17-27-47
Now support highlight for terminal.

@mojinpan
Copy link

建议兼容SecureCRT,能对一些特殊字符进行动作响应,最好动作响应和特殊字符之间的对应关系可以自己设置

@skiars
Copy link
Owner Author

skiars commented Jan 14, 2019

我最近研究了下shell的特殊字符,不过我想用一个现成的控件做。

@skiars
Copy link
Owner Author

skiars commented Jul 23, 2019

目前我已经在实现VT100控制字的支持,该功能完善后会发布一个版本

@tumuyan
Copy link
Contributor

tumuyan commented Aug 26, 2020

在shell界面移动光标并使用Backspace、delete键删除字符时会出现显示异常。

@skiars
Copy link
Owner Author

skiars commented Aug 27, 2020

shell现在还是个半成品,建议用SecureCRT、xshell等工具。

@tumuyan
Copy link
Contributor

tumuyan commented Aug 27, 2020

shell现在还是个半成品,建议用SecureCRT、xshell等工具。

是的 xshell的确是非常好用的工具,但是我在使用的时候xshell的进程出现了异常,想到电脑上这个工具也可以用串口shell就试了下,发现很奇怪...
然后今天琢磨着把Backspace和delete的问题解决掉了。 你看有没有必要拉取合并
tumuyan@3ec5171

@skiars
Copy link
Owner Author

skiars commented Aug 28, 2020

你提个pr吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants