diff options
author | tv <tv@krebsco.de> | 2025-07-21 15:10:46 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-07-21 15:40:30 +0200 |
commit | 3f3432ad9f50903577f0efbf4c7407d5644e3759 (patch) | |
tree | fd423b655c5839926ca152573390e35a4bb5dd0c /src/Much/Action.hs | |
parent | 2cff03b003f323af5380ca7b4068335566d97c47 (diff) |
admit wide characters
Diffstat (limited to 'src/Much/Action.hs')
-rw-r--r-- | src/Much/Action.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Much/Action.hs b/src/Much/Action.hs index 6613eb1..4b1d4b1 100644 --- a/src/Much/Action.hs +++ b/src/Much/Action.hs @@ -3,7 +3,7 @@ {-# LANGUAGE RecordWildCards #-} module Much.Action where -import Blessings.String +import Blessings.String.WCWidth import Data.Maybe import Scanner import Much.State |