terminal: enable kitty graphics commands on OpenGL

This commit is contained in:
Mitchell Hashimoto
2023-11-19 21:39:30 -08:00
parent 63cb186ca9
commit 553d81afd1

View File

@ -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,