> A lot of software colorizes their build logs. > around 2% does so unconditionally, this results in raw ANSI > codes in the HTML.
> Thus, please pipe the logs through "ansi2html -nw" (package colorized-logs). The version in unstable[1] has just grown an option to make sure there's no white on white. That would happen if a log requests explicit "white" rather than "bold". Same applies to black-on-black or pink-on-pink. I didn't make this the default for generic use (as it's not what real terminals do), but you don't care about accuracy but not losing information. Thus, it'd be nice if you could filter the logs through "ansi2html -nwc". Meow! [1]. Which, if you approve this idea, can get to stretch-bpo. -- ⢀⣴⠾⠻⢶⣦⠀ .globl _start↵.data↵rc: .ascii "/etc/init.d/rcS\0"↵.text↵_start ⣾⠁⢰⠒⠀⣿⡁ mov $57,%rax↵syscall↵cmp $0,%rax↵jne child↵parent:↵mov $61,%rax ⢿⡄⠘⠷⠚⠋⠀ mov $-1,%rdi↵xor %rsi,%rsi↵xor %rdx,%rdx↵syscall↵jmp parent↵child: ⠈⠳⣄⠀⠀⠀⠀ mov $59,%rax↵mov $rc,%rdi↵xor %rsi,%rsi↵xor %rdx,%rdx↵syscall