mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 04:52:47 +00:00
Lower unimplemented OSC from warning to debug
This commit is contained in:
@@ -2108,7 +2108,7 @@ pub fn Stream(comptime Handler: type) type {
|
||||
.conemu_wait_input,
|
||||
.conemu_guimacro,
|
||||
=> {
|
||||
log.warn("unimplemented OSC callback: {}", .{cmd});
|
||||
log.debug("unimplemented OSC callback: {}", .{cmd});
|
||||
},
|
||||
|
||||
.invalid => {
|
||||
|
||||
Reference in New Issue
Block a user