fix(vaxis): add missing system_clipboard_allocator

This commit is contained in:
CJ van den Berg 2024-05-22 22:03:55 +02:00
parent 979c19a221
commit 312d24ed5e

View file

@ -55,6 +55,7 @@ pub fn init(a: std.mem.Allocator, handler_ctx: *anyopaque, no_alternate: bool) !
.report_all_as_ctl_seqs = true,
.report_text = true,
},
.system_clipboard_allocator = a,
};
return .{
.a = a,