qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

Complex input method text rendering issue #931

Open qvacua opened 2 years ago

qvacua commented 2 years ago

https://twitter.com/tzwm/status/1505113417342132232

Screenshot 2022-03-30 at 15 04 56
SolaWing commented 2 years ago

it's in expected. because prerender inline text not consider the inner split window. it's not actually interfare input since it‘s not actually touch vim buffer. it's same as Terminal.app's behaviour.

if the prerender should consider vim window, it's also need to handle overflow, like auto scroll or wrap, it's more complicated.