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

When resizing the window, NvimViewport frames get dropped. #96

Open
PolyMeilex opened this issue Apr 27, 2023 · 0 comments
Open

When resizing the window, NvimViewport frames get dropped. #96

PolyMeilex opened this issue Apr 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@PolyMeilex
Copy link

When resizing the window sometimes frames get randomly dropped.

Here are 3 frames from such a resize:

1 2 3
image image image

From a short debugging session it turns out that items of a line are not yet present, so there is some kind of race in there, cells are already updated, and I can get chars assigned to them, but items slice is empty, this results in empty snapshot.

  • OS: Linux Ubuntu
  • Neovim version: v0.8.3
  • Neovim-Gtk build version: master 03a42d3226eb152e7b2c00064d3868310a221d01
@Lyude Lyude added the bug Something isn't working label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants