kitty/kitty
2021-07-27 08:39:04 +05:30
..
conf When redirecting preserve anchors 2021-07-20 13:51:50 +05:30
fonts macOS: Fix automatic detection of bold/italic faces for fonts that use the family name as the full face name of the regular font not working 2021-07-23 23:06:42 +05:30
layout Allow using neighboring window operations in the stack layout 2021-07-09 08:54:22 +05:30
options Fix broken link 2021-07-24 08:29:25 +05:30
rc A new remote control command to resize OS Windows 2021-07-25 22:57:00 +05:30
__init__.py
actions.py A new theme for the kitty website 2021-07-18 13:29:33 +05:30
banned.h
bgimage_fragment.glsl
bgimage_vertex.glsl
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py Use the new get_options() function 2021-05-24 12:29:11 +05:30
boss.py A new remote control command to resize OS Windows 2021-07-25 22:57:00 +05:30
cell_fragment.glsl ... 2021-05-16 09:33:06 +05:30
cell_vertex.glsl
charsets.c
charsets.h
child-monitor.c Fix turning off cursor blink via escape codes not working 2021-07-07 20:45:46 +05:30
child.c
child.py Use the new get_options() function 2021-05-24 12:29:11 +05:30
choose_entry.py
cleanup.c
cleanup.h
cli.py Dont use globals for role mapping 2021-07-27 08:39:04 +05:30
cli_stub.py Refactor configuration file parsing 2021-05-31 17:40:49 +05:30
client.py Get rid of kitty's special OSC 52 protocol 2021-07-23 22:18:02 +05:30
cocoa_window.m macOS: Add reload config to kitty global menu 2021-06-13 20:34:27 +05:30
colors.c Use a more efficient representation of the color table on the Options object 2021-06-03 22:17:37 +05:30
complete.py Check for dirs when getting mimetypes in a couple more places 2021-07-16 21:49:02 +05:30
config.py Store the paths from which config data is read on the created options object 2021-06-05 12:55:00 +05:30
constants.py version 0.22.0 2021-07-26 13:57:09 +05:30
control-codes.h
core_text.m Fix compiler warning 2021-06-16 20:51:47 +05:30
cross-platform-random.h
cursor.c Fix turning off cursor blink via escape codes not working 2021-07-07 20:45:46 +05:30
data-types.c kitty @ get-text add an option to also get the current cursor position and state as ANSI escape codes 2021-05-15 09:27:28 +05:30
data-types.h Fix turning off cursor blink via escape codes not working 2021-07-07 20:45:46 +05:30
debug_config.py Fix #3804 2021-07-06 15:34:02 +05:30
desktop.c
disk-cache.c Guard against invalid cache file in a couple more places 2021-05-13 09:51:57 +05:30
disk-cache.h
emoji.h Forgot to include \r in the url regex 2021-07-19 18:09:00 +05:30
fast_data_types.pyi A new remote control command to resize OS Windows 2021-07-25 22:57:00 +05:30
fontconfig.c Dont initialize FontConfig when importing fast_data_types 2021-05-15 10:41:54 +05:30
fonts.c Fix space based ligatures not rendering correctly 2021-06-16 18:41:01 +05:30
fonts.h macOS: Fix a crash when rendering ligatures larger than 128 characters 2021-06-14 07:15:52 +05:30
freetype.c ... 2021-07-06 09:05:50 +05:30
freetype_render_ui_text.c Fix #3840 2021-07-17 05:46:08 +05:30
freetype_render_ui_text.h
gl-wrapper.c
gl-wrapper.h
gl.c
gl.h
glfw-wrapper.c
glfw-wrapper.h Port mouse selection tests to new framework 2021-05-11 11:49:44 +05:30
glfw.c Allow specifying which os window to toggle 2021-07-25 13:58:03 +05:30
glyph-cache.c Fix space based ligatures not rendering correctly 2021-06-16 18:41:01 +05:30
glyph-cache.h Fix space based ligatures not rendering correctly 2021-06-16 18:41:01 +05:30
graphics.c Use union instead of define for graphics commands aliases 2021-07-25 13:14:52 +05:30
graphics.h Use union instead of define for graphics commands aliases 2021-07-25 13:14:52 +05:30
graphics_fragment.glsl
graphics_vertex.glsl
guess_mime_type.py Cleanup previous PR 2021-07-16 21:43:56 +05:30
history.c Allow rewrap_inner to track multiple positions 2021-06-03 12:29:27 +05:30
hyperlink.c Make it harder to forget to redefine uthash_fatal 2021-05-07 06:58:54 +05:30
hyperlink.h
iqsort.h
key_encoding.c Remove redundant F1-F4 defs in cursor key more 2021-05-07 15:20:26 +05:30
key_encoding.py Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling when the num lock or caps lock modifiers were engaged. 2021-05-07 06:55:25 +05:30
key_names.py Move type parsers for config into own module 2021-05-24 22:29:28 +05:30
keys.c Add debug prints for mouse events 2021-05-11 10:22:30 +05:30
keys.h
keys.py Fix mouse actions not working when caps lock or num lock are engaged 2021-07-24 07:06:46 +05:30
kittens.c
kitty-uthash.h Make it harder to forget to redefine uthash_fatal 2021-05-07 06:58:54 +05:30
launch.py Remove no longer needed type: ignore 2021-06-09 08:30:22 +05:30
line-buf.c When reflowing the screen, also reflow the saved cursor position 2021-06-03 15:35:48 +05:30
line.c Fix trailing parentheses in URLs not being detected 2021-06-04 18:13:36 +05:30
lineops.h When reflowing the screen, also reflow the saved cursor position 2021-06-03 15:35:48 +05:30
logging.c
loop-utils.c Allow reloading config by sending the SIGUSR1 signal 2021-06-07 20:51:45 +05:30
loop-utils.h
macos_process_info.c
main.py macOS: Add reload config to kitty global menu 2021-06-13 20:34:27 +05:30
marks.py Remove no longer needed type: ignore 2021-06-09 08:30:22 +05:30
modes.h Add support for pending mode via SM/RM 2026 2021-06-29 12:24:34 +05:30
monotonic.c
monotonic.h
mouse.c Add an action to restore move-end behavior when extending selections 2021-07-04 19:02:33 +05:30
multiprocessing.py
notify.py
open_actions.py Cleanup previous PR 2021-07-16 21:43:56 +05:30
os_window_size.py Wayland: Fix initial_window_size in cells on scale != 1 screens 2021-07-17 06:04:56 +05:30
parse-graphics-command.h Graphics protocol: Support for frame composition 2021-07-22 18:58:59 +05:30
parser.c Get rid of kitty's special OSC 52 protocol 2021-07-23 22:18:02 +05:30
png-reader.c
png-reader.h
remote_control.py
rewrap.h Allow rewrap_inner to track multiple positions 2021-06-03 12:29:27 +05:30
rgb.py Use a more efficient representation of the color table on the Options object 2021-06-03 22:17:37 +05:30
ringbuf.c
ringbuf.h
safe-wrappers.h
screen.c Get rid of kitty's special OSC 52 protocol 2021-07-23 22:18:02 +05:30
screen.h Get rid of kitty's special OSC 52 protocol 2021-07-23 22:18:02 +05:30
session.py Refactor configuration file parsing 2021-05-31 17:40:49 +05:30
shaders.c
shell.py
state.c A new remote control command to resize OS Windows 2021-07-25 22:57:00 +05:30
state.h Functions to get and set OS Window size 2021-07-25 12:58:58 +05:30
tab_bar.py Add a new variable `{num_window_groups}` for tab_title_template 2021-07-16 19:25:24 +05:30
tabs.py Add a new variable `{num_window_groups}` for tab_title_template 2021-07-16 19:25:24 +05:30
terminfo.py Fix incorrect Sync terminfo entry 2021-07-03 09:18:33 +05:30
threading.h
tint_fragment.glsl
tint_vertex.glsl
types.py Implement parsing for mouse_map config 2021-05-10 07:16:43 +05:30
typing.py Refactor configuration file parsing 2021-05-31 17:40:49 +05:30
typing.pyi Refactor configuration file parsing 2021-05-31 17:40:49 +05:30
unicode-data.c Forgot to include \r in the url regex 2021-07-19 18:09:00 +05:30
unicode-data.h Dont use static memory for the list of chars options 2021-06-17 13:27:11 +05:30
update_check.py
uthash.h
utils.py A new remote control command to resize OS Windows 2021-07-25 22:57:00 +05:30
wcswidth.c
wcswidth.h
wcwidth-std.h Forgot to include \r in the url regex 2021-07-19 18:09:00 +05:30
window.py Always ignore truncated OSC 52 2021-07-24 07:19:58 +05:30
window_list.py Fix deleting windows that are not the last window via remote control leaving no window focused 2021-05-14 07:25:48 +05:30