diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-15 00:48:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-15 00:48:09 +0200 |
commit | 32d6ff62288b4fdca9842467b0e88a035b70a6fa (patch) | |
tree | 6f3a3057c3365e09aef0fb60e5fc96540f3a75f7 /doc/rat-cursors/to-term | |
parent | update todo (diff) | |
download | mds-32d6ff62288b4fdca9842467b0e88a035b70a6fa.tar.gz mds-32d6ff62288b4fdca9842467b0e88a035b70a6fa.tar.bz2 mds-32d6ff62288b4fdca9842467b0e88a035b70a6fa.tar.xz |
doc: do not use X in icons + m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 cc67d78..8aeb548 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' -e 's/@/\x1b[07;31m \x1b[00m/g' +sed -e 's/ //g' | sed -e 's/\./ /g' -e 's/#/\x1b[07m \x1b[27m/g' -e 's/O/\x1b[07;31m \x1b[00m/g' |