termui/chart_others.go

8 lines
97 B
Go
Raw Normal View History

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