termui/chart_windows.go

8 lines
90 B
Go
Raw Normal View History

2015-03-12 15:59:07 +08:00
// +build windows
package termui
const VDASH = '|'
const HDASH = '-'
const ORIGIN = '+'