mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
terminal/new: adjust grapheme bytes default up
This commit is contained in:
@ -330,10 +330,10 @@ pub const Page = struct {
|
|||||||
/// requirements. This is enough to support a very large number of cells.
|
/// requirements. This is enough to support a very large number of cells.
|
||||||
/// The standard capacity is chosen as the fast-path for allocation.
|
/// The standard capacity is chosen as the fast-path for allocation.
|
||||||
pub const std_capacity: Capacity = .{
|
pub const std_capacity: Capacity = .{
|
||||||
.cols = 250,
|
.cols = 215,
|
||||||
.rows = 250,
|
.rows = 215,
|
||||||
.styles = 128,
|
.styles = 128,
|
||||||
.grapheme_bytes = 1024,
|
.grapheme_bytes = 8192,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// The size of this page.
|
/// The size of this page.
|
||||||
|
Reference in New Issue
Block a user