diff --git a/src/terminal/new/page.zig b/src/terminal/new/page.zig index ef696adec..e460553dd 100644 --- a/src/terminal/new/page.zig +++ b/src/terminal/new/page.zig @@ -330,10 +330,10 @@ pub const Page = struct { /// requirements. This is enough to support a very large number of cells. /// The standard capacity is chosen as the fast-path for allocation. pub const std_capacity: Capacity = .{ - .cols = 250, - .rows = 250, + .cols = 215, + .rows = 215, .styles = 128, - .grapheme_bytes = 1024, + .grapheme_bytes = 8192, }; /// The size of this page.