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

@@ -441,6 +441,10 @@ dispatch_osc(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
DISPATCH_OSC_WITH_CODE(clipboard_control);
if (code == -52) continue_osc_52(screen);
END_DISPATCH
case 133:
START_DISPATCH
DISPATCH_OSC(shell_prompt_marking);
END_DISPATCH
case 30001:
REPORT_COMMAND(screen_push_dynamic_colors);
screen_push_colors(screen, 0);