-
Notifications
You must be signed in to change notification settings - Fork 300
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
Cursor misplacement: cursor jumps to buffer #1269
Comments
Can you run the script contained in the issue template in this instance of PowerShell? I think it would be good to include the output of the script here. A screen-shot of the output would be fine. |
@he852100 The stack trace shown in your screenshot doesn't look like related to PSReadLine. It's a NullReferenceException in PowerShell remoting code. If that's the case, you should report the issue in the PowerShell repo instead. |
@daxian-dbw 输入字符时光标跳到了缓冲区。这也是他们的问题吗?可是当我禁用psreadline后没有出现这种问题。 |
@he852100 Given the screenshot full of exception stack trace, it was not clear to me what exact is the issue you were reporting. It would be helpful if you can edit #1269 (comment) to better describe the issue. I don't have the device to reproduce the issue, but my guess is that the console window gets resized when the on-screen keyboard is activated. Resizing the console window could cause the cursor to be misplaced. |
@he852100 This is the first time I learnt that PowerShell gets used in a Android terminal emulator, very interesting :) |
@daxian-dbw This seems to be a problem specific to 1390 provides a way to clear the buffer,I don't think they're directly connected。 |
Closing to track in #3637 |
光标会不定期跳到缓冲区内,这是经常发生的事情。估计因为改变窗口大小触发的故障,看起来与psreadline有关。因为禁用psreadline时,没有发生过此问题。
我使用的Termux for android控制台.安装了Aarch, Fedora。故障相同。
SDRausty/TermuxArch#201
Related issue: #1164
The text was updated successfully, but these errors were encountered: