diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-10 22:04:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-10 22:04:25 +0200 |
commit | ef0e52f65b864333a4c981b78a1f3299474deabf (patch) | |
tree | e27f973553b08513b2abf6185131b56055375f75 /doc/rat-cursors/to-term | |
parent | m (diff) | |
download | mds-ef0e52f65b864333a4c981b78a1f3299474deabf.tar.gz mds-ef0e52f65b864333a4c981b78a1f3299474deabf.tar.bz2 mds-ef0e52f65b864333a4c981b78a1f3299474deabf.tar.xz |
add hotspot to example rat cursors
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 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' |