We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c2b32 commit 76bca58Copy full SHA for 76bca58
runewidth_windows.go
@@ -16,7 +16,7 @@ var (
16
// IsEastAsian return true if the current locale is CJK
17
func IsEastAsian() bool {
18
if os.Getenv("WT_SESSION") != "" {
19
- // Windows Terminal is always UTF-8
+ // Windows Terminal always not use East Asian Ambiguous Width(s).
20
return false
21
}
22
0 commit comments