mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
More log statements.
This commit is contained in:
committed by
Mitchell Hashimoto
parent
b76f5976ee
commit
e564454ff1
@@ -379,7 +379,6 @@ pub const Shaper = struct {
|
||||
|
||||
pub fn prepare(self: *RunIteratorHook) !void {
|
||||
try self.shaper.run_state.reset();
|
||||
// log.warn("----------- run reset -------------", .{});
|
||||
}
|
||||
|
||||
pub fn addCodepoint(self: RunIteratorHook, cp: u32, cluster: u32) !void {
|
||||
@@ -398,7 +397,6 @@ pub const Shaper = struct {
|
||||
.codepoint = cp,
|
||||
.cluster = cluster,
|
||||
});
|
||||
// log.warn("run cp={X}", .{cp});
|
||||
|
||||
// If the UTF-16 codepoint is a pair then we need to insert
|
||||
// a dummy entry so that the CTRunGetStringIndices() function
|
||||
|
||||
Reference in New Issue
Block a user