Question
terminal text colour
Posted on January 08, 2018 at 22:42
what is the correct vt100 code for changing the terminal text colour?
send_usart(0x1B);
send_usart('[');
send_usart(3);
send_usart(4);
send_usart('m');
what is the correct vt100 code for changing the terminal text colour?
send_usart(0x1B);
send_usart('[');
send_usart(3);
send_usart(4);
send_usart('m');
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.