this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

quirks: remove asciinema quirk

Asciinema now recognizes ':' delimiters

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

-2
-2
src/Vaxis.zig
··· 261 261 }, 262 262 else => { 263 263 // Apply any environment variables 264 - if (std.posix.getenv("ASCIINEMA_REC")) |_| 265 - self.sgr = .legacy; 266 264 if (std.posix.getenv("TERMUX_VERSION")) |_| 267 265 self.sgr = .legacy; 268 266 if (std.posix.getenv("VHS_RECORD")) |_| {