diff options
Diffstat (limited to 'doc/rat-cursors/to-term')
-rwxr-xr-x | doc/rat-cursors/to-term | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rat-cursors/to-term b/doc/rat-cursors/to-term index 1e1f9e1..cc67d78 100755 --- a/doc/rat-cursors/to-term +++ b/doc/rat-cursors/to-term @@ -1,4 +1,4 @@ #!/bin/sh -e -sed -e 's/ //g' | sed -e 's/\./ /g' -e 's/X/\x1b[07m \x1b[27m/g' +sed -e 's/ //g' | sed -e 's/\./ /g' -e 's/X/\x1b[07m \x1b[27m/g' -e 's/@/\x1b[07;31m \x1b[00m/g' |