mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-29 02:33:55 +00:00
font: Collection uses SegmentedList for styles for pointer stability
This commit is contained in:
@@ -325,7 +325,7 @@ const TestMode = enum { normal };
|
||||
fn testGrid(mode: TestMode, alloc: Allocator, lib: Library) !SharedGrid {
|
||||
const testFont = @import("test.zig").fontRegular;
|
||||
|
||||
var c = try Collection.init(alloc);
|
||||
var c = Collection.init();
|
||||
c.load_options = .{ .library = lib };
|
||||
|
||||
switch (mode) {
|
||||
|
||||
Reference in New Issue
Block a user