aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/gizak/termui/block_windows.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-02-17 20:46:30 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-02-17 20:46:30 +0800
commitaa36a6ae4f24f07e2c470a21c93ff37ad5861982 (patch)
treedba654e20554d28383c1f3bb8164fa9f5849d1bd /Godeps/_workspace/src/github.com/gizak/termui/block_windows.go
parent4f28c5b69d652e12adf8a88f526f459a492e159e (diff)
parent6ba7bbbe29029c8bf2bf75f8ebcbd3847eafa401 (diff)
downloadgo-tangerine-aa36a6ae4f24f07e2c470a21c93ff37ad5861982.tar
go-tangerine-aa36a6ae4f24f07e2c470a21c93ff37ad5861982.tar.gz
go-tangerine-aa36a6ae4f24f07e2c470a21c93ff37ad5861982.tar.bz2
go-tangerine-aa36a6ae4f24f07e2c470a21c93ff37ad5861982.tar.lz
go-tangerine-aa36a6ae4f24f07e2c470a21c93ff37ad5861982.tar.xz
go-tangerine-aa36a6ae4f24f07e2c470a21c93ff37ad5861982.tar.zst
go-tangerine-aa36a6ae4f24f07e2c470a21c93ff37ad5861982.zip
Merge pull request #2206 from fjl/update-deps
Godeps: update all dependencies
Diffstat (limited to 'Godeps/_workspace/src/github.com/gizak/termui/block_windows.go')
-rw-r--r--Godeps/_workspace/src/github.com/gizak/termui/block_windows.go14
1 files changed, 14 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/github.com/gizak/termui/block_windows.go b/Godeps/_workspace/src/github.com/gizak/termui/block_windows.go
new file mode 100644
index 000000000..4dbc017de
--- /dev/null
+++ b/Godeps/_workspace/src/github.com/gizak/termui/block_windows.go
@@ -0,0 +1,14 @@
+// Copyright 2016 Zack Guo <gizak@icloud.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 TOP_RIGHT = '+'
+const VERTICAL_LINE = '|'
+const HORIZONTAL_LINE = '-'
+const TOP_LEFT = '+'
+const BOTTOM_RIGHT = '+'
+const BOTTOM_LEFT = '+'