-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
overwrite mode on FreeBSD when crossing space in command line #6652
Comments
Couple of questions:
|
|
I believe this is because we don't support #1947... |
seems to be the same issue to this #125 and xterm-256color is affected. |
Thanks for following up. I'm gonna make /dup #1947 the master issue for IRM. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Windows Version: Win32NT 10.0.18363.0 Microsoft Windows NT 10.0.18363.0
Windows Terminal version: 1.0.1401.0
Issue description
On FreeBSD based servers (and appliances too) the prompt switches to 'overwrite mode' when navigating through a space from the end of the line to the beginning of the line.
Steps to reproduce
Example #1:
$ commandX
When one is navigating on this one word, it's OK, command line is in 'insert mode'
Once one is typing a space at the end of the line and starts to navigate back to any other letter, the command line changes to 'overwrite mode'
Example #2:
$ commandX paramY paramZ
When navigating backwards from right to left, command line is in 'insert mode' until letter 'Y' is reached. Once the space is crossed next to letter 'Y' the command line switches to 'overwrite mode'.
Expected behavior
Crossing any space in the command line shouldn't switch the command line to 'overwrite mode'.
Working examples which doesn't have this 'switching' behaviour:
The text was updated successfully, but these errors were encountered: