Extend true color test to include background color erase.
This commit is contained in:
@@ -100,6 +100,8 @@ baseline()
|
|||||||
# True color.
|
# True color.
|
||||||
# See https://gist.github.com/XVilka/8346728 for the test case
|
# See https://gist.github.com/XVilka/8346728 for the test case
|
||||||
truecolor)
|
truecolor)
|
||||||
|
# Also check background color erase.
|
||||||
|
printf '\033[48;2;255;0;255m\033[H\033[J'
|
||||||
echo "Normal:"
|
echo "Normal:"
|
||||||
test_true_color
|
test_true_color
|
||||||
echo "Bold:"
|
echo "Bold:"
|
||||||
|
|||||||
Reference in New Issue
Block a user