1
0
mirror of https://github.com/gizak/termui.git synced 2025-04-26 13:48:54 +08:00
termui/chart_windows.go
2015-03-12 16:59:07 +09:00

8 lines
90 B
Go

// +build windows
package termui
const VDASH = '|'
const HDASH = '-'
const ORIGIN = '+'