linechart_others.go 268 B

123456789101112
  1. // Copyright 2017 Zack Guo <zack.y.guo@gmail.com>. All rights reserved.
  2. // Use of this source code is governed by a MIT license that can
  3. // be found in the LICENSE file.
  4. // +build !windows
  5. package termui
  6. const VDASH = '┊'
  7. const HDASH = '┈'
  8. const ORIGIN = '└'