sampler-fork/console/symbol.go

9 lines
163 B
Go
Raw Normal View History

package console
const (
2019-03-26 03:29:23 +00:00
SymbolSelection rune = '▲'
SymbolVerticalBar rune = '▎'
SymbolHorizontalBar rune = '═'
2019-03-27 03:52:41 +00:00
SymbolSquare rune = '■'
)