kevinpt / opbasm

Open PicoBlaze Assembler
http://kevinpt.github.io/opbasm/
MIT License
60 stars 13 forks source link

Escape codes for terminal colors are printed literal #30

Open nrother opened 3 years ago

nrother commented 3 years ago

Example output:

rother@server:~/psm$ opbasm -3 -i test.psm4 --verbose
b'\x1b[35mOPBASM - Open PicoBlaze Assembler 1.3.9\x1b[0m'
b'\x1b[35mTarget architecture: \x1b[0m\x1b[32mPicoBlaze-3\x1b[0m'

This used to work in older versions, where the text was actually colorized.