aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/hlstate_spec.lua
Commit message (Collapse)AuthorAge
* terminal: add tests for palette color forwardingBjörn Linse2019-11-03
|
* tests/ui: make screen.lua use "linegrid" representation internallyBjörn Linse2019-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 implementationBjörn Linse2019-09-01
|
* highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes2018-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 extensionBjörn Linse2018-07-21