fix fsTreeStartOffset to resolve terminal height bug

This commit is contained in:
2026-01-04 05:21:12 +00:00
parent 9b1506623e
commit 04e63710df
+1 -1
View File
@@ -6,7 +6,7 @@ const (
minNoteViewWidth = 10
dividerWidth = 1
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
)