kitty/kitty_tests
James McCoy a467e79144 Stop setting title to ";" when 0-length OSC 2 is received
Various programs send a 0-length title if no title is configured (e.g.,
(n)vim with 'title' unset, or mutt without ts_enabled).  When this
happens, kitty is mis-parsing the data and setting the title to ";".
2018-03-26 21:30:45 -04:00
..
__init__.py Support S8C1T mode 2017-12-05 20:21:12 +05:30
datatypes.py Have wcwidth() ignore SGR 2018-02-12 10:19:29 +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
keys.py Add tests for SGR protocol encoding 2018-01-07 23:48:16 +05:30
layout.py Add tests for layout operations with an overlay window 2018-02-04 11:28:13 +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 Stop setting title to ";" when 0-length OSC 2 is received 2018-03-26 21:30:45 -04:00
screen.py Fix off by one when restoring cursor position after resize. Fixes #344 2018-02-25 09:15:48 +05:30