Start work on new file_transmission protocol

This commit is contained in:
Kovid Goyal
2021-08-19 09:23:01 +05:30
parent 34ec3eac44
commit 37735b962e
5 changed files with 61 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ 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 file_transmission(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);