Merge branch 'master' into zig-0.14
This commit is contained in:
commit
a28edbe194
2 changed files with 3 additions and 2 deletions
|
@ -95,6 +95,7 @@ pub fn panic(msg: []const u8, error_return_trace: ?*std.builtin.StackTrace, ret_
|
|||
|
||||
pub fn run(self: *Self) !void {
|
||||
self.vx.sgr = .legacy;
|
||||
self.vx.conpty_hacks = true;
|
||||
|
||||
panic_cleanup = .{ .allocator = self.allocator, .tty = &self.tty, .vx = &self.vx };
|
||||
if (!self.no_alternate) try self.vx.enterAltScreen(self.tty.anyWriter());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue