forked from cerc-io/plugeth
d78f9b834a
The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out.
12 lines
268 B
Go
12 lines
268 B
Go
// Copyright 2016 Zack Guo <zack.y.guo@gmail.com>. All rights reserved.
|
|
// Use of this source code is governed by a MIT license that can
|
|
// be found in the LICENSE file.
|
|
|
|
// +build !windows
|
|
|
|
package termui
|
|
|
|
const VDASH = '┊'
|
|
const HDASH = '┈'
|
|
const ORIGIN = '└'
|