зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-08-28 11:36:17 +03:00
Vim's text selection is inclusive. For example, when a cursor is on 'r' of 'bar', 'r' is included in the selection. However tui-textarea's text selection is exclusive on the end of the range. Move cursor forward to emulate Vim's behavior better.