mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
terminal: enable kitty graphics commands on OpenGL
This commit is contained in:
@ -35,12 +35,6 @@ pub fn execute(
|
||||
return null;
|
||||
}
|
||||
|
||||
// Only Metal supports rendering the images, right now.
|
||||
if (comptime renderer.Renderer != renderer.Metal) {
|
||||
log.warn("kitty graphics not supported on this renderer", .{});
|
||||
return null;
|
||||
}
|
||||
|
||||
log.debug("executing kitty graphics command: quiet={} control={}", .{
|
||||
cmd.quiet,
|
||||
cmd.control,
|
||||
|
Reference in New Issue
Block a user