Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
These represent the possible extra attributes which may be applied.
DefFlair
represents the renderer's default text attributes.
A container which holds a foreground color, background color, and a flair.
a Nothing
represents that we should not change that attribute.
addStyleProvider :: BufAction Styles -> BufAction ListenerId Source #
Pass this a BufAction
which computes styles based on the current buffer
and they'll be collected for the renderer.