diff --git a/src/Window.zig b/src/Window.zig index b6e3d9d..cd5bc12 100644 --- a/src/Window.zig +++ b/src/Window.zig @@ -76,7 +76,6 @@ pub fn clear(self: Window) void { /// returns the width of the grapheme. This depends on the terminal capabilities pub fn gwidth(self: Window, str: []const u8) usize { const m: gw.Method = if (self.screen.unicode) .unicode else .wcwidth; - log.info("using method {any}", .{m}); return gw.gwidth(str, m) catch 1; } diff --git a/src/vaxis.zig b/src/vaxis.zig index 2ebd96b..8431f6a 100644 --- a/src/vaxis.zig +++ b/src/vaxis.zig @@ -210,7 +210,8 @@ pub fn Vaxis(comptime T: type) type { // parse that // that // _ = try tty.write(ctlseqs.kitty_graphics_query); - _ = try tty.write(ctlseqs.sixel_geometry_query); + // TODO: sixel geometry query interferes with F4 keys. + // _ = try tty.write(ctlseqs.sixel_geometry_query); // TODO: XTGETTCAP queries ("RGB", "Smulx")