Improve terminal color possibilities
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module Dodge.CharacterEnums (
|
||||
cFilledRect,
|
||||
cWireRect,
|
||||
) where
|
||||
|
||||
cFilledRect :: Char
|
||||
{-# INLINE cFilledRect #-}
|
||||
cFilledRect = toEnum 219
|
||||
|
||||
cWireRect :: Char
|
||||
{-# INLINE cWireRect #-}
|
||||
cWireRect = toEnum 128
|
||||
Reference in New Issue
Block a user