mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-07 10:26:34 +00:00
core: implement OSC 12 and OSC 112 to query/set/reset cursor color
This commit is contained in:
@@ -270,6 +270,10 @@ fn drainMailbox(self: *Thread) !void {
|
||||
self.renderer.background_color = color;
|
||||
},
|
||||
|
||||
.cursor_color => |color| {
|
||||
self.renderer.cursor_color = color;
|
||||
},
|
||||
|
||||
.resize => |v| {
|
||||
try self.renderer.setScreenSize(v.screen_size, v.padding);
|
||||
},
|
||||
|
Reference in New Issue
Block a user