New OSC 21 protocol for color control

Needs to be specced up
This commit is contained in:
Kovid Goyal
2024-07-22 10:57:13 +05:30
parent a927e1e4f4
commit deff40df8a
9 changed files with 129 additions and 13 deletions

View File

@@ -227,6 +227,7 @@ void set_title(Screen *self, PyObject*);
void desktop_notify(Screen *self, unsigned int, PyObject*);
void set_icon(Screen *self, PyObject*);
void set_dynamic_color(Screen *self, unsigned int code, PyObject*);
void color_control(Screen *self, unsigned int code, PyObject*);
void clipboard_control(Screen *self, int code, PyObject*);
void shell_prompt_marking(Screen *self, char *buf);
void file_transmission(Screen *self, PyObject*);