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

Scrolling breaks gruvbox #267

Closed
paulduf opened this issue Mar 20, 2019 · 2 comments
Closed

Scrolling breaks gruvbox #267

paulduf opened this issue Mar 20, 2019 · 2 comments

Comments

@paulduf
Copy link

paulduf commented Mar 20, 2019

Hello

I have a bug with gruvbox when scrolling with my mouse in vim.

Below is the same file when I use first: my mouse scrolling and second: PageDown. Mouse scrolling fails to "trigger gruvbox" somehow but I can't be more precise since I'm newbie with vim programming.

Does anyone know how to fix this?

Thanks
Screenshot from 2019-03-20 10-00-25
Screenshot from 2019-03-20 10-03-25

@rbong
Copy link

rbong commented May 31, 2019

It appears to be a terminal-specific drawing issue. That looks like your background not being drawn over by Vim. Vim only redraws parts of the terminal window when it needs to and certain terminals can throw it off.

You could try a few different different things. If this is something that doesn't happen often, the :redraw! command could clear it up. You could also set your terminal's background color to gruvbox's colors. Or, you could try a different terminal. This doesn't happen for me on alacritty, which is cross platform, so you may have luck with it.

@morhetz
Copy link
Owner

morhetz commented Sep 18, 2019

https://superuser.com/questions/457911/in-vim-background-color-changes-on-scrolling

@morhetz morhetz closed this as completed Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants