-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Pressing tab inside GNU Screen causes cursor to jump to end of line. #3118
Comments
Note this behaviour does not happen outside of GNU screen - it's some weird interaction between the behaviours that Windows Terminal implements compared to the term type of "xterm-256color" that it reports. |
There are also lots of bugs with the cursor and GNU screen if you vertically split the screen (ctrl-a |). |
@owainkenwayucl can you give me more details about the remote host? What OS is it running? What version of This is suspiciously similar to #1825 which was fixed in #3015, but I'd love to know if it is a unique problem. If you're not running CentOS on the remote, can I get some additional info? What is |
Hi, Sure, anything I can do to help. The remote host is running RHEL 7 and screen 4.2.1 The value of $TERM outside Screen is The output of
|
I've just taken a look at that bug (#1825) and backspace inside screen also does weird things to the cursor on this host inside screen. |
I just realised I'm not clear whether you want Inside screen
|
Based on your comment that the other bug has been fixed in a recent update, I've updated Terminal to 0.6.2952.0 from the Windows Store and this bug appears to be fixed so can be closed? |
That's awesome to hear, thanks for following up! |
Environment
Steps to reproduce
Ssh into remote host.
Start GNU screen (
screen
)Type
cd
and the first few non-unique characters of a directory.Press tab key to trigger autocomplete
Expected behavior
The cursor should stay where it is, nothing should be autocompleted. Further keystrokes should continue from this location,
Actual behavior
The cursor jumps to the end of the current line, further keystrokes wrap on subsequent line, backspace makes a big mess.
The text was updated successfully, but these errors were encountered: