feat: parse ConEmu OSC9;2

This commit is contained in:
Damien Mehala
2025-01-03 00:20:54 +01:00
parent 602e4eb606
commit 8d7ed3e0fc
2 changed files with 33 additions and 1 deletions

View File

@@ -1605,7 +1605,7 @@ pub fn Stream(comptime Handler: type) type {
} else log.warn("unimplemented OSC callback: {}", .{cmd});
},
.progress => {
.progress, .show_message_box => {
log.warn("unimplemented OSC callback: {}", .{cmd});
},
}