1
0
mirror of https://github.com/gizak/termui.git synced 2025-05-01 22:18:15 +08:00
termui/chart_others.go

8 lines
97 B
Go
Raw Normal View History

2015-03-12 16:59:07 +09:00
// +build !windows
package termui
const VDASH = '┊'
const HDASH = '┈'
const ORIGIN = '└'