Start work on shell integration

This commit is contained in:
Kovid Goyal
2021-07-12 13:09:25 +05:30
parent 4931477ef4
commit 46b9aca16e
4 changed files with 135 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ 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 clipboard_control(Screen *self, int code, PyObject*);
void shell_prompt_marking(Screen *self, PyObject*);
void set_color_table_color(Screen *self, unsigned int code, PyObject*);
void process_cwd_notification(Screen *self, unsigned int code, PyObject*);
uint32_t* translation_table(uint32_t which);