vendor: github.com/nsf/termbox-go and dependencies for rclone ncdu

This commit is contained in:
Nick Craig-Wood 2017-06-15 12:40:39 +01:00
parent e069fc439e
commit e31fc877e2
37 changed files with 6388 additions and 1 deletions

8
vendor/github.com/mattn/go-runewidth/runewidth_js.go generated vendored Normal file
View file

@ -0,0 +1,8 @@
// +build js
package runewidth
func IsEastAsian() bool {
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
return false
}