mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
Fixes typo in ANSI escape sequence for LCYAN
This commit is contained in:
2
mcrcon.c
2
mcrcon.c
@ -484,7 +484,7 @@ void print_color(int color)
|
||||
"\033[0;1;30m", /* 08 DGREY 0x38 */
|
||||
"\033[0;1;34m", /* 09 LBLUE 0x39 */
|
||||
"\033[0;1;32m", /* 10 LGREEN 0x61 */
|
||||
"\033[0:1;36m", /* 11 LCYAN 0x62 */
|
||||
"\033[0;1;36m", /* 11 LCYAN 0x62 */
|
||||
"\033[0;1;31m", /* 12 LRED 0x63 */
|
||||
"\033[0;1;35m", /* 13 LPURPLE 0x64 */
|
||||
"\033[0;1;33m", /* 14 YELLOW 0x65 */
|
||||
|
||||
Reference in New Issue
Block a user