kitty/kitty_tests
Kovid Goyal 094ddd9333
Round-trip the zwj unicode character
Rendering of sequences containing zwj is still not implemented, since it
can cause the collapse of an unbounded number of characters into a
single cell. However, kitty at least preserves the zwj by storing it as
a combining character.
2018-08-04 18:29:45 +05:30
..
__init__.py Refactor font group handling 2018-05-27 12:37:05 +05:30
datatypes.py Add a test for unicode regional indicator widths 2018-08-04 10:56:35 +05:30
diff.py diff kitten has working syntax highlighting 2018-05-08 14:48:01 +05:30
FiraCode-Medium.otf Add a ligature shaping test 2017-11-11 20:55:53 +05:30
fonts.py Fix test that needed to be changed for new prerendered sprites 2018-07-19 14:21:09 +05:30
gr.py Keep the Debian PC police happy 2018-06-21 13:12:45 +05:30
graphics.py Also return image dimensions when loading PNG 2018-07-07 08:04:11 +05:30
hints.py Fix detection of URLs in HTML source code (URLs inside quotes) 2018-08-03 12:28:23 +05:30
keys.py Add tests for SGR protocol encoding 2018-01-07 23:48:16 +05:30
layout.py Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout 2018-06-29 09:56:05 +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 Update pending mode escape code parsing to match latest shed color 2018-07-28 10:56:34 +05:30
screen.py Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
tui.py A new tui API for simple line editing 2018-06-14 13:11:48 +05:30
unicode_input.py Unicode input: When searching by name search for prefix matches as well as whole word matches 2018-04-24 07:45:20 +05:30