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

Getting weird blue screen trying to move in vim editor. #9451

Closed
AzadKshitij opened this issue Mar 11, 2021 · 5 comments
Closed

Getting weird blue screen trying to move in vim editor. #9451

AzadKshitij opened this issue Mar 11, 2021 · 5 comments
Labels
Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@AzadKshitij
Copy link

Environment

Windows build number: Win32NT             10.0.19043.0 Microsoft Windows NT 10.0.19043.0
Windows Terminal version (if applicable): 1.6.10571.0

Steps to reproduce

vim fileName.c

After opening file in vim editor write some code

int main(){
        return 0;
}

Try to go further left from the starting point of line..

Expected behavior

Nothing should change

Actual behavior

6e4b54e31ae9a2f42fd4cccc4bb2d35c6f4f635c

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Mar 11, 2021
@DHowett
Copy link
Member

DHowett commented Mar 11, 2021

This is a "visual bell" -- vim is telling us to invert the screen colors for a split second to tell you that you did something it didn't like.

@DHowett DHowett closed this as completed Mar 11, 2021
@DHowett
Copy link
Member

DHowett commented Mar 11, 2021

@AzadKshitij
Copy link
Author

But I'm not getting that same thing in command prompt!! What's the reason??

@zadjii-msft
Copy link
Member

But I'm not getting that same thing in command prompt!! What's the reason??

That's because conhost (the vintage console application) doesn't support visual bells.

@DHowett
Copy link
Member

DHowett commented Mar 12, 2021

doesn't support visual bells

YET. The next version of Windows will almost certainly have support for visual bells in conhost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

3 participants