mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 03:41:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| graphics | ||
| loop | ||
| readline | ||
| sgr | ||
| shell_integration | ||
| shortcuts | ||
| subseq | ||
| dcs_to_kitty.go | ||
| download_with_progress.go | ||
| hold.go | ||
| mouse.go | ||
| password.go | ||
| progress-bar.go | ||
| progress-bar_test.go | ||
| render_lines.go | ||
| run.go | ||
| spinners.go | ||
| tmux.go | ||
| ui_kitten.go | ||