1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

10 lines
190 B
Go
Raw Normal View History

2018-08-06 00:38:38 +10:00
// +build js
// +build !appengine
2018-08-06 00:38:38 +10:00
package runewidth
func IsEastAsian() bool {
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
return false
}