mirror of https://github.com/mum4k/termdash.git
Updated Linestyle API (markdown)
parent
aea660f7ae
commit
3000d49344
|
@ -2,13 +2,13 @@
|
|||
|
||||
[![Doc Status](https://godoc.org/github.com/mum4k/termdash/linestyle?status.png)](https://godoc.org/github.com/mum4k/termdash/linestyle)
|
||||
|
||||
The [linestyle](https://github.com/mum4k/termdash/tree/master/linestyle) package exposes types that identify styles of lines drawn on the terminal. Lines are typically used when drawing boxes or borders.
|
||||
The [linestyle](https://godoc.org/github.com/mum4k/termdash/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](https://github.com/mum4k/termdash/blob/1c6947618b08ae236959763efd07278be5f03211/linestyle/linestyle.go#L18-L19)
|
||||
## [linestyle.LineStyle](https://godoc.org/github.com/mum4k/termdash/linestyle#LineStyle)
|
||||
|
||||
The **linestyle.LineStyle** type represents a style of a line. All line style utilize the Unicode box drawing characters documented here:
|
||||
|
||||
|
|
Loading…
Reference in New Issue