From 968d56f88525f8d44e798d0f4a29dd219085d68f Mon Sep 17 00:00:00 2001 From: John Hood Date: Tue, 7 Nov 2017 23:14:42 -0500 Subject: [PATCH] Revert "Extend true color test to include background color erase." This reverts commit aa96fc867f103784369c182f438a1ba65b1d9896. tmux doesn't support BCE until 2.4, so this change fails on 2.3. --- src/tests/emulation-attributes.test | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/emulation-attributes.test b/src/tests/emulation-attributes.test index 32a38a0..dbc413c 100755 --- a/src/tests/emulation-attributes.test +++ b/src/tests/emulation-attributes.test @@ -100,8 +100,6 @@ 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:"