kitty/kitty_tests
Kovid Goyal 6d7df1c5e8
Refactor configuration file parsing
Now the time for importing the kitty.config module has been halved, from
16ms from 32ms on my machine. Also, the new architecture will eventually
allow for auto generating a bunch of python-to-C boilerplate code.
2021-05-31 17:40:49 +05:30
..
__init__.py Refactor configuration file parsing 2021-05-31 17:40:49 +05:30
bench_scrollback.py Add scrollback benchmark 2018-09-22 19:10:37 +09:00
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 Forgot that wayland is not built on CI 2021-02-19 18:09:12 +05:30
choose.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
datatypes.py Make wcswidth useable in a streaming fashion 2020-09-21 15:55:22 +05:30
diff.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
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 Support infinite length ligatures 2021-05-07 06:59:24 +05:30
glfw.py Fix memory leak in utf_8_strndup test 2021-04-10 13:39:04 +05:30
gr.py Remove another use of __file__ 2021-02-19 14:49:07 +05:30
graphics.py Graphics protocol: Add a control to allow clients to specify that the cursor should not move when displaying an image 2021-03-22 22:16:40 +05:30
hints.py Hints kitten: validate IPs with ipaddress 2020-10-05 20:11:25 +02:00
keys.py Fix a regression in 0.20.0 that sent incorrect bytes for the F1-F4 keys in rmkx mode 2021-05-07 15:09:42 +05:30
layout.py Fix enter/tab/backspace not being reported in all keys mode 2021-01-16 20:52:15 +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 Refactor configuration file parsing 2021-05-31 17:40:49 +05:30
mouse.py Port mouse selection tests to new framework 2021-05-11 11:49:44 +05:30
open_actions.py More powerful match criteria for fragments 2020-09-19 07:31:17 +05:30
options.py Move deprecated parsers into utils 2021-05-31 17:40:48 +05:30
parser.py Improve parser error messages a bit 2021-05-17 21:29:54 +05:30
screen.py A new protocol extension to unscroll the screen 2021-04-23 15:44:38 +05:30
tui.py Fix the spawn test in the bypy environment 2020-07-29 15:11:35 +05:30
unicode_input.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00