Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Brick/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ customMain initialVty buildVty mUserChan app initialAppState = do

-- | Like 'customMainWithVty', except that Vty is initialized with the
-- default configuration.
--
-- The Vty is live when returned to the caller. Use 'shutdown' to
-- finalise it.
--
customMainWithDefaultVty :: (Ord n)
=> Maybe (BChan e)
-- ^ An event channel for sending custom
Expand Down
Loading