vty-ui-1.1: 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 :: Char -> Int -> IO (Widget HFill)Source

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

vFill :: Char -> IO (Widget VFill)Source

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