remove unneeded script
This commit is contained in:
parent
5b88b78a20
commit
f098439667
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
#!/usr/bin/env perl
|
|
||||||
# this script should filter out any terminal escapes in a text stream
|
|
||||||
while (<>) {
|
|
||||||
s/ \e[ #%()*+\-.\/]. |
|
|
||||||
\e\[ [ -?]* [@-~] | # CSI ... Cmd
|
|
||||||
\e\] .*? (?:\e\\|[\a\x9c]) | # OSC ... (ST|BEL)
|
|
||||||
\e[P^_] .*? (?:\e\\|\x9c) | # (DCS|PM|APC) ... ST
|
|
||||||
\e. //xg;
|
|
||||||
print;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue