Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. appAttrMap :: App s e n -> s -> AttrMap

    brick Brick.Main

    The attribute map that should be used during rendering.

  2. themeCustomMapping :: Theme -> Map AttrName CustomAttr

    brick Brick.Themes

    Customizations for individual entries of the default mapping. Note that this will only affect entries in the default mapping; any attributes named here that are not present in the default mapping will not be considered.

  3. themeCustomMappingL :: Lens' Theme (Map AttrName CustomAttr)

    brick Brick.Themes

    No documentation available.

  4. themeDefaultMapping :: Theme -> Map AttrName Attr

    brick Brick.Themes

    The default attribute mapping to use.

  5. themeDefaultMappingL :: Lens' Theme (Map AttrName Attr)

    brick Brick.Themes

    No documentation available.

  6. themeToAttrMap :: Theme -> AttrMap

    brick Brick.Themes

    Build an AttrMap from a Theme. This applies all customizations in the returned AttrMap.

  7. ctxAttrMapL :: forall n f . Functor f => (AttrMap -> f AttrMap) -> Context n -> f (Context n)

    brick Brick.Types

    No documentation available.

  8. updateAttrMap :: (AttrMap -> AttrMap) -> Widget n -> Widget n

    brick 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.

  9. module Data.IMap

    No documentation available.

  10. data IMap a

    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.

Page 595 of many | Previous | Next