Skip to content
Jakub Sobon edited this page Mar 3, 2019 · 3 revisions

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:

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

Clone this wiki locally