kitty/kitty_tests
Kovid Goyal 9fccc38382
Better fix for not using the unsafe to break flag
Recognize special glyphs by comparing the index to the glyph for the
codepoint in the font. Cannot rely on glyph width as many glyphs have
zero width. For example the glyph for space characters.
2017-11-13 07:03:58 +05:30
..
__init__.py Framework for testing graphics command parsing 2017-09-30 13:51:47 +05:30
datatypes.py Implement dirty line tracking 2017-11-09 16:55:45 +05:30
FiraCode-Medium.otf Add a ligature shaping test 2017-11-11 20:55:53 +05:30
fonts.py Better fix for not using the unsafe to break flag 2017-11-13 07:03:58 +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 Move the key handler to C 2017-09-15 21:46:00 +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 Improve error reporting of incomplete SGR codes 2017-11-05 10:17:40 +05:30
screen.py Implement dirty line tracking 2017-11-09 16:55:45 +05:30