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

Safe HaskellNone
LanguageHaskell98

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 using the specified character. The integer parameter specifies the height, in rows, of the fill.

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

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