mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
ignore east asian width setting to avoid broken frame rendering
This commit is contained in:
@@ -49,6 +49,10 @@ const StartupPopupVersion = 4
|
|||||||
// OverlappingEdges determines if panel edges overlap
|
// OverlappingEdges determines if panel edges overlap
|
||||||
var OverlappingEdges = false
|
var OverlappingEdges = false
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
runewidth.DefaultCondition.EastAsianWidth = false
|
||||||
|
}
|
||||||
|
|
||||||
type ContextManager struct {
|
type ContextManager struct {
|
||||||
ContextStack []Context
|
ContextStack []Context
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
|
Reference in New Issue
Block a user