kitty/kitty
Matsumoto Kotaro 89946ebc07 graphics: make N a transient usage-hints bitmask
Change the graphics protocol N key from a boolean into a usage-hints
bitmask. Define the first bit as a transient hint, allowing the terminal
to treat the image data as short-lived and apply optimizations such as
skipping disk cache writes.

Propagate the transient hint through frame coalescing and composition, so
a composed frame is transient if any contributing frame is transient.
2026-06-19 13:22:01 +09:00
..
conf
fonts Clear font caches on config reload so newly installed fonts are picked up without restart 2026-05-19 13:51:53 +08:00
launcher
layout Add equalize action and equalize_on_close option to Splits layout 2026-05-29 20:02:42 +01:00
options When background_image glob does not match anything use the literal path for backwards compat 2026-05-20 20:37:23 +05:30
rc Fix #10089 2026-05-29 14:55:14 +05:30
__init__.py
actions.py
alpha_blend.glsl
animation.c
animation.h
arches.h
arena.h
backtrace.h
banned.h
base64.h
bash.py
bgimage_fragment.glsl
bgimage_vertex.glsl
binary.h
blit_common.glsl
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py
boss.py macOS: Fix regression in 0.47.0 that broke passing Cmd+C on to terminal applications when no text is selected 2026-05-29 07:47:29 +05:30
cell_defines.glsl
cell_fragment.glsl
cell_vertex.glsl
char-props-data.h
char-props.c
char-props.h
charsets.c
charsets.h
child-monitor.c
child.c
child.py
choose_entry.py
cleanup.c
cleanup.h
cli.py
cli_stub.py
client.py Fix review: simplify fmt and normalize conditionals in dnd_command 2026-05-17 16:00:08 +00:00
clipboard.py
cocoa_window.h
cocoa_window.m
color-names.h
colors.c
colors.h
colors.py Fix #10058 2026-05-22 21:38:00 +05:30
config.py
constants.py version 0.47.1 2026-05-28 09:51:42 +05:30
control-codes.h
core_text.m
cross-platform-random.h
crypto.c
cursor.c
cursor_trail.c
data-types.c
data-types.h
debug_config.py
decorations.c
decorations.h
desktop.c
disk-cache.c graphics: add memory-only storage for graphics data 2026-05-30 18:46:24 +09:00
disk-cache.h graphics: add memory-only storage for graphics data 2026-05-30 18:46:24 +09:00
dnd.c Some cleanups 2026-05-18 11:14:11 +05:30
dnd.h Properly pass source actions to drop events 2026-05-14 11:07:52 +05:30
entry_points.py
fast-file-copy.c
fast-file-copy.h
fast_data_types.pyi
file_transmission.py
fixed_size_deque.h
font-names.c
fontconfig.c
fonts.c
fonts.h
freetype.c
freetype_render_ui_text.c
freetype_render_ui_text.h
gl-wrapper.c
gl-wrapper.h
gl.c
gl.h
glfw-wrapper.c
glfw-wrapper.h Properly pass source actions to drop events 2026-05-14 11:07:52 +05:30
glfw.c Allow non UI/client drags from programs that disallow move on drag 2026-05-26 21:56:35 +05:30
glyph-cache.c
glyph-cache.h
graphics.c graphics: make N a transient usage-hints bitmask 2026-06-19 13:22:01 +09:00
graphics.h graphics: make N a transient usage-hints bitmask 2026-06-19 13:22:01 +09:00
graphics_fragment.glsl
graphics_vertex.glsl
guess_mime_type.py
history.c
history.h
hsluv.glsl
hyperlink.c
hyperlink.h
iqsort.h
key_encoding.c
key_encoding.py
key_names.py
keys.c
keys.h
keys.py Ensure we dont double copy 2026-05-29 07:52:38 +05:30
kittens.c
kitty-verstable.h
launch.py
line-buf.c
line-buf.h
line.c
line.h
linear2srgb.glsl
lineops.h
logging.c
loop-utils.c
loop-utils.h
machine_id.py
macos_process_info.c
main.py
marks.py
modes.h
monotonic.c
monotonic.h
mouse.c scrollbar: start drag after track click when jump_on_click is enabled 2026-05-28 21:19:10 +02:00
multiprocessing.py
notifications.py
open_actions.py
os_window_size.py
parse-dnd-command.h
parse-graphics-command.h graphics: make N a transient usage-hints bitmask 2026-06-19 13:22:01 +09:00
parse-multicell-command.h
png-reader.c
png-reader.h
print-graphics.h
progress.py
remote_control.py
render_cache.py
resize.c
resize.h
rgb.py
rounded_rect_fragment.glsl
rounded_rect_vertex.glsl
rowcolumn-diacritics.c
safe-wrappers.h
screen.c feat(vt): add support for DECST8C escape sequence 2026-05-26 21:12:27 -04:00
screen.h feat(vt): add support for DECST8C escape sequence 2026-05-26 21:12:27 -04:00
screenshot_fragment.glsl
screenshot_vertex.glsl
search_query_parser.py
session.py Fix #10044 2026-05-20 20:13:09 +05:30
shaders.c
shaders.py
shell_integration.py
shlex.c
shm.py
short_uuid.py
simd-string-128.c
simd-string-256.c
simd-string-impl.h
simd-string.c
simd-string.h
simple_cli_definitions.py
srgb_gamma.h
state.c dnd fix remote drag source premature removal of remote file data 2026-05-13 12:35:10 +05:30
state.h Fix drop state update on move incorrect when transitioning between windows 2026-05-17 07:50:41 +05:30
systemd.c
tab_bar.py
tabs.py Add equalize action and equalize_on_close option to Splits layout 2026-05-29 20:02:42 +01:00
terminfo.h
terminfo.py
text-cache.c
text-cache.h
threading.h
tint_fragment.glsl
tint_vertex.glsl
trail_fragment.glsl
trail_vertex.glsl
types.py
typing_compat.py
typing_compat.pyi
unicode-data.h
update_check.py
utils.glsl
utils.py Fix failing test 2026-05-17 08:52:28 +05:30
utmp.c
vt-parser.c feat(vt): add support for DECST8C escape sequence 2026-05-26 21:12:27 -04:00
vt-parser.h
wcswidth.c
wcswidth.h
window.py
window_list.py
window_logo.c
window_logo.h
window_title_bar.py
xdg.py