|
|
|
|
|
by drougge
1192 days ago
|
|
Colon is the correct separator there. Semicolon separates different instructions, a group of values that is a single instruction is colon separated. For example \e[38:5:196;1m specifies red and bold. Using ";" is popular, and some parsers even require it, but it makes little sense. A terminal that doesn't know about 38 (anything old) will interpret that 5 as blink if you use ";", which is not what anyone wants. |
|
The colons are more correct, but the semicolons are seemingly more broadly supported.