From 36c5ee045c9bab98d13008b51a63baa65ac9bd79 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 21 Nov 2024 21:20:35 +0100 Subject: [PATCH] fixup! filter control sequences --- tests/filter-control-sequences.fish | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/filter-control-sequences.fish b/tests/filter-control-sequences.fish index 6797f4a22..3ed2ab5db 100755 --- a/tests/filter-control-sequences.fish +++ b/tests/filter-control-sequences.fish @@ -1,14 +1,11 @@ -#!/usr/bin/fish # Remove the sorts of escape sequences interactive fish prints. -# First the enable sequences +# First the enable sequences, then a "|" combiner and then the disable ones set -l escapes "\e\[\?2004h"\ "\e\[>4;1m"\ "\e\[>5u"\ "\e="\ -# or "|"\ -# the disable sequences "\e\[\?2004l"\ "\e\[>4;0m"\ "\e\[<1u"\