Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vt: Support \e[90-97m (bright foreground colors).
These codes are supported by all major terminals, thus they occasionally see some use despite being redundant with \e[38;5;(x+8)m or (less exactly) \e[1;3(x)m. Signed-off-by: Adam Borowski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information