vty-ui-0.4: A user interface composition library for Vty

Graphics.Vty.Widgets.Borders

Description

This module provides visual borders to be placed between and around widgets.

Synopsis

Documentation

vBorder :: Attr -> WidgetSource

Create a single-column vertical border.

hBorder :: Attr -> WidgetSource

Create a single-row horizontal border.

vBorderWith :: Char -> Attr -> WidgetSource

Create a single-column vertical border using the specified attribute and character.

hBorderWith :: Char -> Attr -> WidgetSource

Create a single-row horizontal border using the specified attribute and character.

bordered :: Attr -> Widget -> WidgetSource

Wrap a widget in a bordering box using the specified attribute.