Could anyone tell me how to print colored spaces using C on an xterm? All I could end up printing was colored letters, but no matter how i try, i cant get it to print a colored space.
id_print_str(" 33[22;31m A")
如果要用一个空间取代A,我就不得不将上述东西印成一个颜色。 然而,我知道如何关闭,以便不改变整个色谱。