Merge branch 'feat-draggable-window-title-bars' of https://github.com/mcrmck/kitty

This commit is contained in:
Kovid Goyal
2026-03-28 10:02:14 +05:30
22 changed files with 595 additions and 35 deletions

View File

@@ -138,6 +138,8 @@ typedef struct {
ScreenModes modes, saved_modes;
ColorProfile *color_profile;
monotonic_t start_visual_bell_at;
monotonic_t start_drag_overlay_at; // 0 = inactive
uint8_t drag_overlay_quadrant; // 1=left 2=right 3=top 4=bottom 0=none
uint8_t *write_buf;
size_t write_buf_sz, write_buf_used;