mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03: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 {
|
pub fn prepare(self: *RunIteratorHook) !void {
|
||||||
try self.shaper.run_state.reset();
|
try self.shaper.run_state.reset();
|
||||||
// log.warn("----------- run reset -------------", .{});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn addCodepoint(self: RunIteratorHook, cp: u32, cluster: u32) !void {
|
pub fn addCodepoint(self: RunIteratorHook, cp: u32, cluster: u32) !void {
|
||||||
@ -398,7 +397,6 @@ pub const Shaper = struct {
|
|||||||
.codepoint = cp,
|
.codepoint = cp,
|
||||||
.cluster = cluster,
|
.cluster = cluster,
|
||||||
});
|
});
|
||||||
// log.warn("run cp={X}", .{cp});
|
|
||||||
|
|
||||||
// If the UTF-16 codepoint is a pair then we need to insert
|
// If the UTF-16 codepoint is a pair then we need to insert
|
||||||
// a dummy entry so that the CTRunGetStringIndices() function
|
// a dummy entry so that the CTRunGetStringIndices() function
|
||||||
|
Reference in New Issue
Block a user