fc63b4f1b0
script(1) captures every \r-redrawn frame of the pacman progress bar as raw bytes. The previous sed pass only stripped ANSI codes, leaving all intermediate frames concatenated in the log. col -bp semantically replays the carriage-return overwrites and retains only the final state of each line; the sed pass then strips residual ANSI codes and the "Script started/done" header that script(1) writes to the file even under -q. Bump wrapper version to 3.