dep-software-0.1.0.0
Maintainerhapytexeu+gh@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

Dep.Bricks.Box

Description

This module defines characters to generate images in the user interface. These render wires, boxes, etc.

Synopsis

Box borders

boxh :: Char Source #

A character to render the horizontal border corner of a thick box.

boxv :: Char Source #

A character to render the vertical border corner of a thick box.

boxlb :: Char Source #

A character to render the bottom left corner of a thick box.

boxlt :: Char Source #

A character to render the top left corner of a thick box.

boxrb :: Char Source #

A character to render the bottom right corner of a thick box.

boxrt :: Char Source #

A character to render the top right corner of a thick box.

boxhu :: Char Source #

A character to render the horizontal border of a thick box with a wire at at the upper part.

boxhd :: Char Source #

A character to render the horizontal border of a thick box with a wire at at the bottom part.

boxvl :: Char Source #

A character to render the vertical border of a thick box with a wire at at the left part.

boxvr :: Char Source #

A character to render the vertical border of a thick box with a wire at at the right part.

Wire characters

lineh :: Char Source #

A character to render a wire in a horizontal direction.

linev :: Char Source #

A character to render a wire in a vertical direction.

negator :: Char Source #

A character to render a negator.