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

Typing in git bash integrated terminal, then backspacing causes glitching and fails to show characters as deleted #18277

Closed
dealvz opened this issue Jan 8, 2017 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@dealvz
Copy link

dealvz commented Jan 8, 2017

  • VSCode Version: 1.8.1
  • OS Version: Win10

Steps to Reproduce:

  1. Set up git bash and your integrated terminal
  2. Ctrl + ` to open it up. Then type anything like "npm install". Next try backspacking to delete some characters and you will notice it might end up with "np" after backspacing all the way. If you press enter you'll see that you indeed deleted the entire command but it just failed to render properly. This happens in extreme frequency, I'd say >95% of the time which makes using the integrated terminal an extremely frustrating experience.

image

image

image

Lastly, this might be related to another issue in which the terminal window loses its position after being resized. I've attached a gif of that as well.

image

@Tyriar
Copy link
Member

Tyriar commented Jan 9, 2017

Merging into #14613

The line wrap issue is likely part of the same problem, there is also this issue that looks at preserving the line on resize which could also potentially fix the problem #8336

@Tyriar Tyriar closed this as completed Jan 9, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 9, 2017
@Tyriar
Copy link
Member

Tyriar commented Jan 16, 2017

This should hopefully be fixed in tomorrow's Insiders build (via 63f1fa6). Please let me know if it still reproduces.

See #13625 for more information.

@dealvz
Copy link
Author

dealvz commented Jan 24, 2017

Typing seems to be working fine with the latest insider's build. However the resizing issue still persists (last gif posted above),

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants