From aa96fc867f103784369c182f438a1ba65b1d9896 Mon Sep 17 00:00:00 2001 From: John Hood Date: Mon, 6 Nov 2017 18:38:54 -0500 Subject: [PATCH] Extend true color test to include background color erase. --- src/tests/emulation-attributes.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/emulation-attributes.test b/src/tests/emulation-attributes.test index dbc413c..32a38a0 100755 --- a/src/tests/emulation-attributes.test +++ b/src/tests/emulation-attributes.test @@ -100,6 +100,8 @@ baseline() # True color. # See https://gist.github.com/XVilka/8346728 for the test case truecolor) + # Also check background color erase. + printf '\033[48;2;255;0;255m\033[H\033[J' echo "Normal:" test_true_color echo "Bold:"