1// Copyright 2016 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
5// +build windows
6
7package termui
8
9const TOP_RIGHT = '+'
10const VERTICAL_LINE = '|'
11const HORIZONTAL_LINE = '-'
12const TOP_LEFT = '+'
13const BOTTOM_RIGHT = '+'
14const BOTTOM_LEFT = '+'
15