vty-ui-0.2: A user interface composition library for VtySource codeContentsIndex
Graphics.Vty.Widgets.WrappedText
Description
This module provides a widget which automatically wraps text in the available space. To create a WrappedText, see wrappedText.
Synopsis
data WrappedText
wrappedText :: Attr -> String -> WrappedText
Documentation
data WrappedText Source
A text widget which automatically wraps its contents to fit in the available space.
show/hide Instances
wrappedText :: Attr -> String -> WrappedTextSource
Create a WrappedText widget from the specified attribute and text.
Produced by Haddock version 2.4.2