Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | multigrid: add multigrid support to test infrastructure | Björn Linse | 2018-12-31 |
| | | | | make Screen explicitly tied to its session | ||
* | ui_options: also send when starting or from OptionSet | Björn Linse | 2018-11-08 |
| | | | | needed after #9024 to receive options from init.vim | ||
* | ui: rename ext_newgrid to ext_linegrid | Björn Linse | 2018-10-01 |
| | |||
* | ui: use line-based rather than char-based updates in screen.c | Björn Linse | 2018-07-21 |
| | | | | | | | | | | | | | 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. | ||
* | ui: refactor ui options | Björn Linse | 2018-02-13 |
| | |||
* | ui: forward 'linespace' option #7883 | Justin M. Keyes | 2018-01-21 |
| | | | | ref #7520 | ||
* | ui: forward relevant option updates to UIs (#7520) | Björn Linse | 2017-12-12 |
also make termguicolors mutable after startup |