From 80402b655c3641136f4b937ce84d13d0153e7b99 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 May 2023 21:46:53 -0700 Subject: [PATCH] update zig --- flake.lock | 6 +++--- src/terminal/Terminal.zig | 2 +- vendor/mach-glfw | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 916cf719b..b35b74a1d 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/src/terminal/Terminal.zig b/src/terminal/Terminal.zig index 526a388d5..71e3a6bff 100644 --- a/src/terminal/Terminal.zig +++ b/src/terminal/Terminal.zig @@ -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 diff --git a/vendor/mach-glfw b/vendor/mach-glfw index 1b3def951..936bfeafa 160000 --- a/vendor/mach-glfw +++ b/vendor/mach-glfw @@ -1 +1 @@ -Subproject commit 1b3def95123bc5b040bb1786f6ef3f551504a6f5 +Subproject commit 936bfeafa317314a1141e8f4521b1cb1f9743d4d