mirror of
https://github.com/gizak/termui.git
synced 2025-04-27 13:48:51 +08:00
8 lines
97 B
Go
8 lines
97 B
Go
![]() |
// +build !windows
|
||
|
|
||
|
package termui
|
||
|
|
||
|
const VDASH = '┊'
|
||
|
const HDASH = '┈'
|
||
|
const ORIGIN = '└'
|