termui/chart_others.go
2015-03-12 16:59:07 +09:00

8 lines
97 B
Go

// +build !windows
package termui
const VDASH = '┊'
const HDASH = '┈'
const ORIGIN = '└'