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

@@ -445,6 +445,10 @@ dispatch_osc(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
START_DISPATCH
DISPATCH_OSC(shell_prompt_marking);
END_DISPATCH
case 5113:
START_DISPATCH
DISPATCH_OSC(file_transmission);
END_DISPATCH
case 30001:
REPORT_COMMAND(screen_push_dynamic_colors);
screen_push_colors(screen, 0);