According to remarks in the code the range of color codes are 0-15. Yet if you put in codes 16-255 they are accepted. Perhaps this is expected. Seems like we know that ANSI/VT100 only provides 16 colors so we should limit it in ANSI mode.
According to remarks in the code the range of color codes are 0-15. Yet if you put in codes 16-255 they are accepted. Perhaps this is expected. Seems like we know that ANSI/VT100 only provides 16 colors so we should limit it in ANSI mode.
According to remarks in the code the range of color codes are 0-15. Yet if you put in codes 16-255 they are accepted. Perhaps this is expected. Seems like we know that ANSI/VT100 only provides 16 colors so we should limit it in ANSI mode.
COLOR
code limits are fixed in commit9ca2d013
.