mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-31 10:42:12 +00:00
fix typo in shaper
This commit is contained in:
@@ -41,7 +41,7 @@ const CellCacheTable = CacheTable(
|
||||
// I'd expect then an average of 256 frequently cached runs is a
|
||||
// safe guess most terminal screens.
|
||||
256,
|
||||
// 8 items per bucket to give decent resilliency to important runs.
|
||||
// 8 items per bucket to give decent resiliency to important runs.
|
||||
8,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user