vty-ui-1.0: An interactive terminal user interface library for Vty

Graphics.Vty.Widgets.Fills

Description

This module provides ''space-filling'' widgets used to control layout.

Synopsis

Documentation

data VFill Source

Instances

data HFill Source

Instances

hFill :: MonadIO m => Char -> Int -> m (Widget HFill)Source

A horizontal fill widget. Fills the available horizontal space, one row high, using the specified character and attribute.

vFill :: MonadIO m => Char -> m (Widget VFill)Source

A vertical fill widget. Fills all available space with the specified character and attribute.