diff --git a/build.zig.zon b/build.zig.zon index 50bd0ca..038c926 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -18,8 +18,8 @@ .hash = "1220220dbc7fe91c1c54438193ca765cebbcb7d58f35cdcaee404a9d2245a42a4362", }, .thespian = .{ - .url = "https://github.com/neurocyte/thespian/archive/426a012d8285f235897a1a83884c752fc1fd36b0.tar.gz", - .hash = "12208545b4df3be0a33609d8686770c58cc8bbb8284fe4f168e9b42b01350cec82ab", + .url = "https://github.com/neurocyte/thespian/archive/09519fb5b004eaa41fcef7ffc4fa744232968cc8.tar.gz", + .hash = "1220efea19c3696d42570e3bef78035cf05ea0d63fb6288e4a1e74536fa20c2f2ff4", }, .themes = .{ .url = "https://github.com/neurocyte/flow-themes/releases/download/master-803da089c5a0fc3b4513a7c34afe9bdaff83efdc/flow-themes.tar.gz", diff --git a/src/tui/tui.zig b/src/tui/tui.zig index d0a6b53..fa42b39 100644 --- a/src/tui/tui.zig +++ b/src/tui/tui.zig @@ -131,7 +131,7 @@ fn init(a: Allocator) !*Self { errdefer self.deinit(); switch (builtin.os.tag) { .windows => { - self.keepalive_timer = try tp.self_pid().delay_send_cancellable(a, keepalive, .{"keepalive"}); + self.keepalive_timer = try tp.self_pid().delay_send_cancellable(a, "tui.keepalive", keepalive, .{"keepalive"}); }, else => { try self.listen_sigwinch();