Home
last modified time | relevance | path

Searched refs:write_escape_code_to_child (Results 1 – 3 of 3) sorted by relevance

/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dscreen.c776 if (response != NULL) write_escape_code_to_child(self, APC, response); in screen_handle_graphics_command()
944 write_escape_code_to_child(self, CSI, buf); in screen_report_key_encoding_flags()
1533 write_escape_code_to_child(self, CSI, "?62;c"); in report_device_attributes()
1545 write_escape_code_to_child(self, DCS, ">|kitty(" XT_VERSION ")"); in screen_xtversion()
1573 write_escape_code_to_child(self, CSI, buf); in screen_report_size()
1594 write_escape_code_to_child(self, CSI, "0n"); in report_device_status()
1605 if (sz > 0) write_escape_code_to_child(self, CSI, buf); in report_device_status()
1645 if (sz > 0) write_escape_code_to_child(self, CSI, buf); in report_mode_status()
1747 write_escape_code_to_child(self, CSI, buf); in screen_report_color_stack()
1789 if (shape > 0) write_escape_code_to_child(self, DCS, buf); in screen_request_capabilities()
[all …]
H A Dmouse.c342 … if (sz > 0) { mouse_event_buf[sz] = 0; write_escape_code_to_child(screen, CSI, mouse_event_buf); } in HANDLER()
463 … if (sz > 0) { mouse_event_buf[sz] = 0; write_escape_code_to_child(screen, CSI, mouse_event_buf); } in HANDLER()
770 write_escape_code_to_child(screen, CSI, mouse_event_buf); in scroll_event()
791 write_escape_code_to_child(screen, CSI, mouse_event_buf); in send_mouse_event()
H A Dscreen.h147 void write_escape_code_to_child(Screen *self, unsigned char which, const char *data);