mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
zfm: fix: a single character trail may left behind on dir change
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user