this repo has no description
13
fork

Configure Feed

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

vaxis: use legacy sgrs for VHS_RECORD

+1
+1
src/Vaxis.zig
··· 262 262 if (std.posix.getenv("VHS_RECORD")) |_| { 263 263 self.caps.unicode = .wcwidth; 264 264 self.caps.kitty_keyboard = false; 265 + self.sgr = .legacy; 265 266 } 266 267 if (std.posix.getenv("VAXIS_FORCE_LEGACY_SGR")) |_| 267 268 self.sgr = .legacy;