| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Brick.Widgets.CommentDialog
Documentation
data CommentWidget n #
commentWidget :: n -> Text -> Text -> CommentWidget n #
renderCommentWidget :: (Ord n, Show n) => CommentWidget n -> Widget n #
commentDialogComment :: CommentWidget n -> Text #
data CommentAction n #
Constructors
| CommentContinue (CommentWidget n) | |
| CommentFinished Text |
handleCommentEvent :: Event -> CommentWidget n -> EventM n (CommentAction n) #