vaxis: use legacy sgrs for VHS_RECORD
This commit is contained in:
parent
83cfc4f318
commit
3ff1d0749a
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ pub fn enableDetectedFeatures(self: *Vaxis, tty: AnyWriter) !void {
|
|||
if (std.posix.getenv("VHS_RECORD")) |_| {
|
||||
self.caps.unicode = .wcwidth;
|
||||
self.caps.kitty_keyboard = false;
|
||||
self.sgr = .legacy;
|
||||
}
|
||||
if (std.posix.getenv("VAXIS_FORCE_LEGACY_SGR")) |_|
|
||||
self.sgr = .legacy;
|
||||
|
|
Loading…
Reference in a new issue