terminal: increase std cap for now until we implement resize

This commit is contained in:
Mitchell Hashimoto
2024-07-04 10:54:45 -07:00
parent 245314b14e
commit 365567b3c6

View File

@ -1231,8 +1231,8 @@ pub const std_capacity: Capacity = .{
.cols = 215,
.rows = 215,
.styles = 128,
.hyperlink_cells = 32, // TODO: think about these numbers
.hyperlink_entries = 4,
.hyperlink_cells = 64, // TODO: think about these numbers
.hyperlink_entries = 32,
.grapheme_bytes = 8192,
.string_bytes = 2048,
};