apertus-open-source-cinema / axiom-firmware

AXIOM firmware (linux image, gateware and software tools)
GNU General Public License v3.0
168 stars 53 forks source link

Avoid ANSI/VT100 color codes which generate a 'blink' effect in minicom #163

Closed herbertp closed 3 years ago

herbertp commented 3 years ago

Certain ANSI/VT100 color codes get interpreted by minicom (both color and mono mode) as 'blink' attribute which leads to a very annoying blinking text on the serial console.

Currently this is the case for the user and host name in the PS1 prompt after login.

[operator@beta] ~ $ 
[        @    ]     
[operator@beta] ~ $ 
[        @    ]     
rroohhh commented 3 years ago

Fixed in 51baf2a, for some reason I didn't commit the changes to the prompt...