8 lines
90 B
Go
8 lines
90 B
Go
|
// +build windows
|
||
|
|
||
|
package termui
|
||
|
|
||
|
const VDASH = '|'
|
||
|
const HDASH = '-'
|
||
|
const ORIGIN = '+'
|