1 2 3 4 5 6 7 8
module Bytor.Draw where import qualified Brick as B import Bytor.Types drawMain :: State -> [B.Widget Cursor] drawMain st = [B.txt (_stMessage st)]