mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Merge branch 'ignore-fig-osc' of https://github.com/grant0417/kitty
This commit is contained in:
@@ -460,6 +460,9 @@ dispatch_osc(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
|
|||||||
REPORT_COMMAND(screen_pop_dynamic_colors);
|
REPORT_COMMAND(screen_pop_dynamic_colors);
|
||||||
screen_pop_colors(screen, 0);
|
screen_pop_colors(screen, 0);
|
||||||
break;
|
break;
|
||||||
|
case 697:
|
||||||
|
REPORT_ERROR("Ignoring OSC 697, typically used by Fig for shell integration");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
REPORT_ERROR("Unknown OSC code: %u", code);
|
REPORT_ERROR("Unknown OSC code: %u", code);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user