mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-31 23:19:40 +02:00
ignore east asian width setting to avoid broken frame rendering
This commit is contained in:
parent
926a48a65b
commit
604ee02cd9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user