kitty/kitty_tests
Kovid Goyal 573bfb688a
Move parsing of colors fully into C
Uses a perfect hash function for color name lookup
2025-12-31 14:21:45 +05:30
..
__init__.py Fix typo that caused OSC 3008 to set title rather than just be ignored 2025-11-17 12:23:10 +05:30
atexit.py Add integration test for go atexit implementation 2025-09-30 12:37:25 +05:30
CascadiaCode-Regular.otf
check_build.py
clipboard.py
completion.py remove leftover debug prints 2025-07-20 21:45:36 +05:30
crypto.py
datatypes.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
file_transmission.py
FiraCode-Medium.otf
fonts.py Use the same algorithm for rendering box cells and font based cells 2025-02-19 17:05:43 +05:30
glfw.py
gr.py
GraphemeBreakTest.json Add support for Unicode 17 2025-10-18 09:59:53 +05:30
graphics.py Avoid using lseek() to track disk cache file write offset 2025-11-17 11:16:30 +05:30
iosevka-regular.ttf
keys.py Keyboard events: Fix turning on only the "Report all keys as escape codes" enhancement not reporting modifier+enter/tab/backspace using escape codes 2025-01-12 19:11:19 +05:30
layout.py kitten @ ls: Also output the neighbors for every window 2025-11-16 21:01:55 +05:30
LiberationMono-Regular.ttf
main.py Use clean HOME and CONF and CACHE dirs when running Go tests 2025-07-09 13:29:33 +05:30
mouse.py Fix a regression in the previous release that caused empty lines to be skipped when copying text from a selection 2025-03-12 16:47:13 +05:30
multicell.py Dont rewrap text in the alternate screen buffer 2025-11-26 10:29:12 +05:30
notifications.py Ensure temp files and other resources are cleaned up even if kitty crashes or is SIGKILLed 2025-01-05 12:51:59 +05:30
open_actions.py
options.py fix: when parsing python_strings options, don't fail if ' is last 2025-09-06 20:33:15 +02:00
panels.py ... 2025-05-03 10:47:03 +05:30
parser.py Add parse test for CSI 14;2 t 2025-11-24 11:23:21 +05:30
screen.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
search_query_parser.py
shell_integration.py Fix test failure with fish >= 4.1 2025-09-29 14:01:57 +05:30
shm.py
ssh.py Dont use subTest as it doesnt work with retry_on_failure 2025-04-07 05:22:15 +05:30
tui.py
twemoji_smiley-cff2_colr_1.otf Add basic colrv1 rendering test 2025-02-03 11:06:41 +05:30
utmp.py