summaryrefslogtreecommitdiff
path: root/test/regression/811-double-width-codepoints
AgeCommit message (Collapse)Author
2019-10-13test: Allow expect-style UI tests, testing any varJason Felice
2018-07-05tests: Update selections files to match the new selection list syntaxMaxime Coste
2017-02-23test: Fix UTF8 compliant locale detectionFrank LENORMAND
2016-10-01Support codepoints of variable widthMaxime Coste
Add a ColumnCount type and use it in place of CharCount whenever more appropriate, take column size of codepoints into account for vertical movements and docstring wrapping. Fixes #811