mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
Add support for xterms report OS window size escape code
This commit is contained in:
@@ -291,7 +291,7 @@ bool screen_set_last_visited_prompt(Screen*, index_type);
|
||||
bool screen_select_cmd_output(Screen*, index_type);
|
||||
void screen_dirty_sprite_positions(Screen *self);
|
||||
void screen_rescale_images(Screen *self);
|
||||
void screen_report_size(Screen *, unsigned int which);
|
||||
void screen_report_size(Screen *, unsigned which, unsigned modifier);
|
||||
void screen_manipulate_title_stack(Screen *, unsigned int op, unsigned int which);
|
||||
bool screen_is_overlay_active(Screen *self);
|
||||
void screen_update_overlay_text(Screen *self, const char *utf8_text);
|
||||
|
||||
Reference in New Issue
Block a user