1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00
3
Linestyle API
Jakub Sobon edited this page 2019-03-03 18:48:03 -05:00

Doc Status

The linestyle package exposes types that identify styles of lines drawn on the terminal. Lines are typically used when drawing boxes or borders.

This is a data-only package which provides types that are accepted by the infrastructure and widgets in multiple locations.

The public API surface of this package consists of the following:

linestyle.LineStyle

The linestyle.LineStyle type represents a style of a line. All line style utilize the Unicode box drawing characters documented here: