min icon indicating copy to clipboard operation
min copied to clipboard

shell redirection of text output to a file is corrupted with additional characters

Open limbicrevision opened this issue 3 years ago • 0 comments

Hello I just found this issue on PureOS/Debian bullseye/zsh shell/min -v -> 0.37.0

I am trying to capture puts! text output from a min program but I managed to recreate the problem from the command line:

min -e:'"junk" print' > junk.txt emacs junk.txt (with hexl-mode) this is the output: 6a75 6e6b 1b5b 306d 1b5b 306d junk.[0m.[0m

Many thanks

limbicrevision avatar Jan 10 '22 18:01 limbicrevision