Files
neovim/src/nvim/event
Björn Linse 1adb01c120 ui: use line-based rather than char-based updates in screen.c
Add ext_newgrid and ext_hlstate extensions. These use predefined
highlights and line-segment based updates, for efficiency and
simplicity.. The ext_hlstate extension in addition allows semantic
identification of builtin and syntax highlights.

Reimplement the old char-based updates in the remote UI layer, for
compatibility. For the moment, this is still the default. The bulitin
TUI uses the new line-based protocol.

cmdline uses curwin cursor position when ext_cmdline is active.
2018-07-21 13:21:58 +02:00
..
2018-04-15 18:23:11 +02:00
2017-04-28 19:20:09 +02:00
2017-04-28 19:20:09 +02:00
2018-06-04 02:09:24 +02:00
2017-04-19 19:11:50 +03:00
2017-11-25 09:37:00 +01:00
2018-05-23 22:07:27 +02:00