Add custom message for Fig OSC

This commit is contained in:
grant0417
2022-06-03 18:57:53 -07:00
parent d3ec632b9f
commit 729f7b8e03

View File

@@ -460,8 +460,8 @@ dispatch_osc(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
REPORT_COMMAND(screen_pop_dynamic_colors);
screen_pop_colors(screen, 0);
break;
// OSC 697 is used by Fig and can be ignored
case 697:
REPORT_ERROR("Ignoring OSC 697, typically used by Fig for shell integration");
break;
default:
REPORT_ERROR("Unknown OSC code: %u", code);