I'm connecting to QNX Neutrino over SSH with PuTTY 0.62.
I've enabled "Allow terminal to specify ASCI colours", and "Allow terminal to use xterm 256-colour mode".
How do I get my terminal (qansi-m) to add colour to the output text?
I'm connecting to QNX Neutrino over SSH with PuTTY 0.62.
I've enabled "Allow terminal to specify ASCI colours", and "Allow terminal to use xterm 256-colour mode".
How do I get my terminal (qansi-m) to add colour to the output text?
You can manually add colours by using the following when using
echo
:The graphic rendition codes are as follows:
The color codes are as follows:
Syntax:
CSI in octal is \0233, so to print bold text (1) with a red foreground (31), you'd do:
Reference