kitty/kitty_tests
Kovid Goyal 4caf8a6b14
Restore support for alternate character sets
Needed by the execrable ncurses. Adds an extra branch in the hot path,
sigh. Thanks to branch prediction it doesnt have any measurable impact
on the benchmark, thankfully.
2024-02-25 09:57:44 +05:30
..
__init__.py Cleanup kitty dcs parsing 2024-02-25 09:57:24 +05:30
bench_scrollback.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
CascadiaCode-Regular.otf Fix rendering of ligatures in the latest release of Cascadia code 2021-02-15 11:57:57 +05:30
check_build.py Remove rendering via framebuffer for transparent windows with images 2023-06-21 16:06:07 +05:30
clipboard.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
completion.py Dont show hidden sub-commands during completion 2023-10-10 05:41:27 +05:30
crypto.py Only import resource module when actually running the test instead of at import time 2023-05-24 16:59:44 +05:30
datatypes.py Refactor VT parser for more speed 2024-02-25 09:57:23 +05:30
file_transmission.py Remove not needed function 2024-02-25 09:57:29 +05:30
FiraCode-Medium.otf Improve handling of infinite length ligatures in newer versions of FiraCode and CascadiaCode. 2021-02-15 15:49:09 +05:30
fonts.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
glfw.py a couple more tests 2023-12-01 18:16:22 +05:30
gr.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
graphics.py Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range 2024-02-25 09:57:44 +05:30
iosevka-regular.ttf Fix ligatures not working with the Iosevka font 2021-06-04 12:18:17 +05:30
keys.py Keyboard protocol: Fix the Enter Tab and Backspace keys generating spurious release events even when report all keys as escape codes is not set 2024-02-18 11:12:24 +05:30
layout.py Make shebangs consistent 2023-11-11 08:32: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
main.py Clean up test env reporting 2024-02-25 09:57:37 +05:30
mouse.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
open_actions.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
options.py Port the test 2023-11-30 20:06:20 +05:30
parser.py Restore support for alternate character sets 2024-02-25 09:57:44 +05:30
screen.py Fix regression that broke handling of single byte control chars when cursor is on second cell of wide character 2024-02-25 09:57:41 +05:30
search_query_parser.py Replace isort with ruff 2023-01-09 16:47:42 +05:30
shell_integration.py Fix regression causing shells in darwin to not run in login mode 2024-02-25 09:57:43 +05:30
shm.py Go SHM API to read simple data with size from SHM name 2023-02-26 08:01:02 +05:30
ssh.py Double timeouts on flaky test 2024-02-25 09:57:30 +05:30
tui.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
utmp.py ... 2022-12-11 20:55:06 +05:30