update zig

This commit is contained in:
Mitchell Hashimoto
2023-05-25 21:46:53 -07:00
parent 174595a6d3
commit 80402b655c
3 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@ -126,11 +126,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1683461227,
"narHash": "sha256-IhHbNNK+XeiKEvsdnMTiFw99ck2Iwdrt2gCbWXrmlRc=",
"lastModified": 1685060590,
"narHash": "sha256-tlV0ZvAAoPqoXmOcOUHKpclIwVTOeyg55E99pzlovl4=",
"owner": "mitchellh",
"repo": "zig-overlay",
"rev": "6ab09a96babc526ba9743ebab3f7863d140a73a5",
"rev": "83b52af901b570e7fa3ebe042a78999b581cbfbc",
"type": "github"
},
"original": {

View File

@ -595,7 +595,7 @@ pub fn print(self: *Terminal, c: u21) !void {
switch (width) {
// Single cell is very easy: just write in the cell
1 => _ = @call(.always_inline, self.printCell, .{c}),
1 => _ = @call(.always_inline, printCell, .{ self, c }),
// Wide character requires a spacer. We print this by
// using two cells: the first is flagged "wide" and has the

2
vendor/mach-glfw vendored

@ -1 +1 @@
Subproject commit 1b3def95123bc5b040bb1786f6ef3f551504a6f5
Subproject commit 936bfeafa317314a1141e8f4521b1cb1f9743d4d