mirror of
https://github.com/MezzalunaWM/Whetstone.git
synced 2026-03-07 19:49:53 -05:00
use another hack to fix our other hack
This commit is contained in:
parent
61591a044e
commit
a2a3692194
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ pub fn main() !void {
|
|||
remote.remote_lua.?.pushLua(@ptrCast(c[0..].ptr));
|
||||
_ = remote.display.flush();
|
||||
_ = remote.display.dispatch();
|
||||
const stdout = @constCast(&std.fs.File.stdout().writer(@constCast(&[_]u8{})).interface);
|
||||
try stdout.writeAll("\r");
|
||||
try stdout.flush();
|
||||
return;
|
||||
} else if (!options.options.@"follow-log") {
|
||||
input_thread = try .spawn(.{}, inputThreadRun, .{});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue