block_windows.go 352 B

123456789101112131415
  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 TOP_RIGHT = '+'
  7. const VERTICAL_LINE = '|'
  8. const HORIZONTAL_LINE = '-'
  9. const TOP_LEFT = '+'
  10. const BOTTOM_RIGHT = '+'
  11. const BOTTOM_LEFT = '+'