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

fix(ui): update window's grid size before scrolling it #22281

Closed
wants to merge 1 commit into from

Conversation

zeertzjq
Copy link
Member

Fix #22278

Problem:
When a win_scroll_lines() is called from curs_columns(), a crash may
happen if the window's grid size need to be updated.

Solution:
Make sure the window's grid size is correct before scrolling it.

Problem:
When a win_scroll_lines() is called from curs_columns(), a crash may
happen if the window's grid size need to be updated.

Solution:
Make sure the window's grid size is correct before scrolling it.
@github-actions github-actions bot added the ui label Feb 16, 2023
@marvim marvim requested a review from bfredl February 16, 2023 10:52
@zeertzjq
Copy link
Member Author

This doesn't work properly

@zeertzjq zeertzjq closed this Feb 16, 2023
@zeertzjq zeertzjq deleted the win-scroll-lines branch February 16, 2023 11:15
@marvim marvim removed the request for review from bfredl February 16, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Neovim segfaults on termux when dismissing and raising onscreen keyboard
1 participant