ignore east asian width setting to avoid broken frame rendering

This commit is contained in:
Jesse Duffield
2021-04-19 23:06:05 +10:00
parent 926a48a65b
commit 604ee02cd9
+4
View File
@@ -49,6 +49,10 @@ const StartupPopupVersion = 4
// OverlappingEdges determines if panel edges overlap
var OverlappingEdges = false
func init() {
runewidth.DefaultCondition.EastAsianWidth = false
}
type ContextManager struct {
ContextStack []Context
sync.RWMutex