quirks: remove asciinema quirk
Asciinema now recognizes ':' delimiters Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
parent
3b06180fdb
commit
6e85cd1fca
1 changed files with 0 additions and 2 deletions
|
@ -261,8 +261,6 @@ pub fn enableDetectedFeatures(self: *Vaxis, tty: AnyWriter) !void {
|
||||||
},
|
},
|
||||||
else => {
|
else => {
|
||||||
// Apply any environment variables
|
// Apply any environment variables
|
||||||
if (std.posix.getenv("ASCIINEMA_REC")) |_|
|
|
||||||
self.sgr = .legacy;
|
|
||||||
if (std.posix.getenv("TERMUX_VERSION")) |_|
|
if (std.posix.getenv("TERMUX_VERSION")) |_|
|
||||||
self.sgr = .legacy;
|
self.sgr = .legacy;
|
||||||
if (std.posix.getenv("VHS_RECORD")) |_| {
|
if (std.posix.getenv("VHS_RECORD")) |_| {
|
||||||
|
|
Loading…
Reference in a new issue