brick-filetree-0.1.0.3

Safe HaskellNone
LanguageHaskell2010

Brick.Widgets.FileTree.Internal.Render

Synopsis

Documentation

flaggedItemAttr :: AttrName Source #

Flagged items are rendered with this attr

titleAttr :: AttrName Source #

UI Titles have this attr

dirAttr :: AttrName Source #

Directories in the list have this attr

fileAttr :: AttrName Source #

Files in the list have this attr

errorAttr :: AttrName Source #

Errors have this attr

renderFileTreeCustom :: CustomFCRender a -> FileTree a -> Widget String Source #