kitty/kitty_tests
Kovid Goyal 6f2d63eb87
Implement SGR dim
kitty now supports the SGR DIM escape code, which makes text fade into
the background. It works by alpha blending the text color into the
background color. Fixes #446
2018-05-20 10:43:26 +05:30
..
__init__.py Implement SGR dim 2018-05-20 10:43:26 +05:30
datatypes.py Implement SGR dim 2018-05-20 10:43:26 +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 Add support for the unicode emoji presentation variation selector 2018-02-06 09:52:55 +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
hints.py Hints kitten: Overhaul making it more intelligent 2018-05-19 14:31:00 +05:30
keys.py Add tests for SGR protocol encoding 2018-01-07 23:48:16 +05:30
layout.py Fix mockup for testing 2018-05-16 16:43:39 +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 SGR dim 2018-05-20 10:43:26 +05:30
screen.py Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area. Caused incorrect rendering in neovim, which relies on this behavior. 2018-05-19 08:04:37 +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