Improve terminal color possibilities

This commit is contained in:
2024-11-07 18:51:18 +00:00
parent bfd4649e1b
commit ccc966d652
13 changed files with 207 additions and 149 deletions
+12
View File
@@ -0,0 +1,12 @@
module Dodge.CharacterEnums (
cFilledRect,
cWireRect,
) where
cFilledRect :: Char
{-# INLINE cFilledRect #-}
cFilledRect = toEnum 219
cWireRect :: Char
{-# INLINE cWireRect #-}
cWireRect = toEnum 128