fix: add workaround for conpty ul color escape sequence parser bug
closes #191
This commit is contained in:
parent
db0bf4571e
commit
9145637134
2 changed files with 3 additions and 2 deletions
|
@ -91,6 +91,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