fix: increase our GraphemeCache instead of libvaxis

This commit is contained in:
CJ van den Berg 2025-12-08 13:50:09 +01:00
parent a10254b77a
commit 4aecc983c0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 3 deletions

View file

@ -501,7 +501,7 @@ pub fn metrics(self: *const Plane, tab_width: usize) Buffer.Metrics {
}
const GraphemeCache = struct {
buf: [1024 * 16]u8 = undefined,
buf: [1024 * 32]u8 = undefined,
idx: usize = 0,
pub fn put(self: *GraphemeCache, bytes: []const u8) []u8 {