mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-10 22:24:24 +02:00
Start work on shell integration
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user