pub const MAX_BUFFER_CELLS: usize = 1_048_576;Expand description
Maximum cells allocated by one Buffer.
At the current 64-byte Cell budget this limits one grid to 64 MiB and a
terminal’s current/previous pair to 128 MiB, before small row metadata.