kitty/kitty_tests
Kovid Goyal 913ce58fe3
Make shlex_split always return a token
Matches behavior of split() so is therefore more intuitive
2024-09-02 17:30:18 +05:30
..
__init__.py Get it building in a rootless container 2024-08-12 19:24:48 +05:30
CascadiaCode-Regular.otf
check_build.py Package the standalone NERD font 2024-07-02 19:08:52 +05:30
clipboard.py Simplify streaming base64 decoder by using the streaming API of libbase64 2024-07-29 20:08:28 +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 Make shlex_split always return a token 2024-09-02 17:30:18 +05:30
file_transmission.py DRYer 2024-02-25 09:57:44 +05:30
FiraCode-Medium.otf
fonts.py Port LastResort test 2024-07-02 19:36:53 +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 Fix render cache not being used 2024-07-23 15:07:41 +05:30
iosevka-regular.ttf
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
main.py Exclude bypy/b from go test discovery 2024-08-23 11:27:54 +05:30
mouse.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
notifications.py Update sound support in desktop notifications spec 2024-08-04 20:20:41 +05:30
open_actions.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
options.py Add test for multiple function handling 2024-07-18 22:25:02 +05:30
parser.py Start work on refactoring notifications handling 2024-07-25 06:45:10 +05:30
screen.py New OSC 21 protocol for color control 2024-07-22 10:57:13 +05:30
search_query_parser.py
shell_integration.py More pyugrade to 3.9 2024-08-05 11:00:51 +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 More pyugrade to 3.9 2024-08-05 11:00:51 +05:30
tui.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
utmp.py