NAME
App::ansicolumn::Border - App::ansicolumn Border module
DESCRIPTION
Each item has five elements; right
, center
, left
, top
, bottom
.
top
and bottom
items have single string.
right
, left
and center
items can hold string value or list reference, and string value is equivalent to a list of single item. If the list has single item, it is used on all positions. If the second item exists, it is used on middle position. Third item is for bottom position.
Class method add_style
can be used to add new border style.
This is experimental implementation and subject to change.