Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | terminal: add tests for palette color forwarding | Björn Linse | 2019-11-03 |
| | |||
* | tests/ui: make screen.lua use "linegrid" representation internally | Björn Linse | 2019-10-13 |
| | | | | | | | | | | PR #8221 took a short-cut when implementing the tests: screen.lua would translate the linegrid highlight ids back into the old per-cell attribute description. Apart from cleaning up technical debt, this enables to check both rgb and cterm colors in the same expect(), which previously was needlessly restricted to ext_hlstate tests only. | ||
* | test/ui: update tests for new msg_grid implementation | Björn Linse | 2019-09-01 |
| | |||
* | highlight: Fix missing .rgb_sp_color in initializers (#9287) | Justin M. Keyes | 2018-11-30 |
| | | | | | | | terminal_get_line_attributes() had this bug for a long time, though it likely had no effect visible to users. ref #9028 ref 60f845ca55a1 | ||
* | ui: add tests for hlstate extension | Björn Linse | 2018-07-21 |