summaryrefslogtreecommitdiff
path: root/shell-scripts/filter-ansi
diff options
context:
space:
mode:
Diffstat (limited to 'shell-scripts/filter-ansi')
-rwxr-xr-xshell-scripts/filter-ansi2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-scripts/filter-ansi b/shell-scripts/filter-ansi
index 2b4cf23..da77abf 100755
--- a/shell-scripts/filter-ansi
+++ b/shell-scripts/filter-ansi
@@ -1,2 +1,2 @@
# #!@bash@/bin/bash
-cat - | sed -E -e 's/\x1b\[[0-9;]*[mGKHF]|\r//g'
+cat - | sed -u -E -e 's/\x1b\[[0-9;]*[mGKHF]|\r//g'