This commit is contained in:
Jonathan Daugherty 2015-05-09 14:11:09 -07:00
parent 70a137abe4
commit 3e65af58e9

View File

@ -20,9 +20,7 @@ drawUI st =
vBox [ "Top"
, hBorder '-'
, hBox [ " Edit: "
, vBox [ hLimit 20 $ edit (stEditor st) `withAttr` (cyan `on` blue)
, txt $ show (100 - (length $ editStr $ stEditor st)) ++ " chars left"
]
, hLimit 20 $ edit (stEditor st) `withAttr` (cyan `on` blue)
]
]