zfm: fix: a single character trail may left behind on dir change

This commit is contained in:
minjaesong
2025-01-07 22:05:36 +09:00
parent 4b0fd9f0f9
commit 98cf06f519

View File

@@ -229,7 +229,7 @@ let filesPanelDraw = (wo) => {
// print empty filename
con.color_pair(foreCol, backCol)
con.move(wo.y + 2+i, wo.x + 1)
print(' '.repeat(FILELIST_WIDTH - 2))
print(' '.repeat(FILELIST_WIDTH - 1))
// print |
con.color_pair(COL_TEXT, backCol)