summaryrefslogtreecommitdiff
path: root/test/display
AgeCommit message (Collapse)Author
2021-09-07Add support for curly underline and separate underline colorMaxime Coste
Add support for a third color in face definition that controls the underline and a 'c' attribute for curly underline (that takes precedence over 'u' if both are specified) Allow empty colors to mean default, so that `,,red+u` means the same as `default,default,red+u` Fixes #4138
2019-10-13test: Allow expect-style UI tests, testing any varJason Felice
2018-05-19test/run: Rename "display" expected ui output file as "ui-out"Maxime Coste
2018-04-29Fix tests after changes to json_ui outputMaxime Coste
2018-04-23Change client default name: "unnamed0" → "client0"Delapouite
2017-06-09Rework partial line display logicMaxime Coste
Instead of highlighting full lines and then trim them to make them fit in the window, highlight only the visible portion, and rely on the compute_display_setup system introduced for wrapping to setup our buffer range correctly
2017-06-09Add some unit tests for horizontal scrolling with tabulationsMaxime Coste
2017-06-09Add horizontal/vertical scrolling display testsMaxime Coste