Closed yatli closed 3 years ago
This is implemented in https://github.com/yatli/fvim/tree/single_cursor There are race conditions in messages coming from multiple grids.
I'm also a bit confused why the "master grid" would send out cursor move events... for that it should not draw a cursor anyway
Each window needs only one cursor. This will bring back cursor animation in multigrid situation.