mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-23 07:45:20 +00:00
fix up diff from benchmarks, and add tests against ziglyph
This commit is contained in:
@@ -1609,8 +1609,8 @@ pub const Trigger = struct {
|
||||
.unicode => |cp| std.hash.autoHash(
|
||||
hasher,
|
||||
foldedCodepoint(cp),
|
||||
// Alternative, just use simple case folding, and delete
|
||||
// `foldedCodepoint` below:
|
||||
// TODO: Alternatively, just use simple case folding, and
|
||||
// delete `foldedCodepoint` below:
|
||||
// uucode.get(.case_folding_simple, cp),
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user