fix(vaxis): add missing system_clipboard_allocator
This commit is contained in:
parent
979c19a221
commit
312d24ed5e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue