I try to implement a Telnet client,
I can understand simple rule like:
(ESC)[41m => set background color to red
(ESC)[32;41m => set background color to red, font color to green
but I'm confused for something, like this:
(ESC)[;36
(ESC)[;36;46m
(ESC)[1;30;44m
what's the mean ?