-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: 新增Ctrl + 鼠标点击移动光标功能 #341
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没跑命令的时候工作正常,但如果正在运行命令的话,误操作可能会导致发很多的移位字符,甚至导致终端一直在刷新。比如在htop的时候按ctrl移位。或许在触发移光标的时候判断一下isRunningProcess什么的?大概就是这样一类名字的函数名。
需要加个翻译,辛苦测试下 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
补上中文翻译就可以+1了。
CLA Assistant Lite bot: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不需要手动merge origin/master。这边会直接并入主线的。
ESC [ pn C cursor right pn times - stop at far right ESC [ pn D cursor left pn times - stop at far left 使用每次移动一格的方式进行光标移动 Log: 新增Ctrl + 鼠标点击移动光标功能
放置影响用户使用,新增配置,允许用户在配置中选择是否启用 默认不启用 Log: 为Ctrl+鼠标左键点击移动光标功能新增配置
添加中文翻译 Log: 添加中文翻译
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ArchieMeng, DaiZW007 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ESC [ pn C cursor right pn times - stop at far right
ESC [ pn D cursor left pn times - stop at far left
使用每次移动一格的方式进行光标移动
Log: 新增Ctrl + 鼠标点击移动光标功能