fix fsTreeStartOffset to resolve terminal height bug
This commit is contained in:
@@ -6,7 +6,7 @@ const (
|
|||||||
minNoteViewWidth = 10
|
minNoteViewWidth = 10
|
||||||
dividerWidth = 1
|
dividerWidth = 1
|
||||||
dragHitArea = 2 // +/- chars around divider
|
dragHitArea = 2 // +/- chars around divider
|
||||||
fsTreeStartOffset = 1
|
fsTreeStartOffset = 0 // there's bug when this is not 0 and the terminal height is small; I don't want to bother
|
||||||
statusBarHeight = 3
|
statusBarHeight = 3
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user