mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 09:26:32 +00:00
plumb CSI to set cursor style, but haven't implemented any styles
This commit is contained in:
@@ -669,3 +669,14 @@ pub fn deviceStatusReport(
|
||||
else => log.warn("unimplemented device status req: {}", .{req}),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn setCursorStyle(
|
||||
self: *Window,
|
||||
style: terminal.CursorStyle,
|
||||
) !void {
|
||||
_ = self;
|
||||
|
||||
switch (style) {
|
||||
else => log.warn("unimplemented cursor style: {}", .{style}),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user