diff options
| -rw-r--r-- | charmaps/fullwidth.json | 3 | ||||
| -rw-r--r-- | charmaps/halfwidth.json | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/charmaps/fullwidth.json b/charmaps/fullwidth.json index 191b1bb..2929a3f 100644 --- a/charmaps/fullwidth.json +++ b/charmaps/fullwidth.json @@ -3,6 +3,7 @@ "charwidth": 2, "mapping": { "house": ["^^", 3, 1], - "spikes": ["^^",7] + "spikes": ["^^",7], + "densegrass": [";;", 2] } } diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json index 54a4536..6637abe 100644 --- a/charmaps/halfwidth.json +++ b/charmaps/halfwidth.json @@ -59,6 +59,7 @@ "tub": ["u", 3], "sewingtable": ["s", 15], "bag": ["6", 7], + "densegrass": [";", 2], " ": [" ", 7] }, "writable": { |
