-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were some problems with synchronizing grid resize events sent to nvim from various sources, e.g. set font, set linespace and window resize events. To solve this, set font and set linespace handling is now postponed till the next `flush` event which we'll eventually receive from nvim. The uiattach call to nvim could still be more efficient. Fix #82 Close #86
- Loading branch information
1 parent
d4d9d93
commit 3375207
Showing
4 changed files
with
147 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.