quirks: remove asciinema quirk

Asciinema now recognizes ':' delimiters

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
Tim Culverhouse 2024-06-20 14:32:45 -05:00
parent 3b06180fdb
commit 6e85cd1fca

View file

@ -261,8 +261,6 @@ pub fn enableDetectedFeatures(self: *Vaxis, tty: AnyWriter) !void {
},
else => {
// Apply any environment variables
if (std.posix.getenv("ASCIINEMA_REC")) |_|
self.sgr = .legacy;
if (std.posix.getenv("TERMUX_VERSION")) |_|
self.sgr = .legacy;
if (std.posix.getenv("VHS_RECORD")) |_| {