kitty/kitty_tests
Kovid Goyal 80301d465b
Handle non-BMP combining characters
Use a level of indirection to store combining characters. This allows
combining characters to be stored using only two bytes, even if they are
after USHORT_MAX
2018-01-18 16:25:42 +05:30
..
__init__.py Support S8C1T mode 2017-12-05 20:21:12 +05:30
datatypes.py Handle non-BMP combining characters 2018-01-18 16:25:42 +05:30
FiraCode-Medium.otf Add a ligature shaping test 2017-11-11 20:55:53 +05:30
fonts.py Fix consecutive separate ligatures being rendered in the same group 2018-01-14 11:18:44 +05:30
gr.py ... 2017-10-17 10:18:03 +05:30
graphics.py Apparently pep8 now just does not let you use the name l 2017-10-23 17:40:53 +05:30
keys.py Add tests for SGR protocol encoding 2018-01-07 23:48:16 +05:30
Lenna.png Add Lenna to the test dir so the gr.py script becomes self-sufficient 2017-10-17 10:15:38 +05:30
LiberationMono-Regular.ttf Use only cluster numbers and glyph sizes for grouping glyphs into cells 2017-11-12 23:43:21 +05:30
parser.py Implement DECCARA 2017-12-17 18:03:39 +05:30
screen.py Fix copying from selection being restricted to only the visible part of the selection. Fixes #287 2018-01-17 21:39:24 +05:30