Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
themeCustomMappingL :: Lens' Theme (Map AttrName CustomAttr)brick Brick.Themes No documentation available.
themeDefaultMapping :: Theme -> Map AttrName Attrbrick Brick.Themes The default attribute mapping to use.
themeDefaultMappingL :: Lens' Theme (Map AttrName Attr)brick Brick.Themes No documentation available.
themeToAttrMap :: Theme -> AttrMapbrick Brick.Themes Build an AttrMap from a Theme. This applies all customizations in the returned AttrMap.
ctxAttrMapL :: forall n f . Functor f => (AttrMap -> f AttrMap) -> Context n -> f (Context n)brick Brick.Types No documentation available.
updateAttrMap :: (AttrMap -> AttrMap) -> Widget n -> Widget nbrick Brick.Widgets.Core While rendering the specified widget, use a transformed version of the current attribute map. This is a very general function with broad capabilities: you probably want a more specific function such as withDefAttr or withAttr.
-
No documentation available.
-
brick Data.IMap Semantically, IMap and IntMap are identical; but IMap is more efficient when large sequences of contiguous keys are mapped to the same value.
-
classy-prelude ClassyPrelude A map from keys to values. A map cannot contain duplicate keys; each key can map to at most one value.
-
classy-prelude ClassyPrelude A map of integers to values a.