yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.32k stars 28 forks source link

Move cursor from Editor to MainWindow #166

Closed yatli closed 3 years ago

yatli commented 3 years ago

Each window needs only one cursor. This will bring back cursor animation in multigrid situation.

yatli commented 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