mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 23:34:04 +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
|
// print empty filename
|
||||||
con.color_pair(foreCol, backCol)
|
con.color_pair(foreCol, backCol)
|
||||||
con.move(wo.y + 2+i, wo.x + 1)
|
con.move(wo.y + 2+i, wo.x + 1)
|
||||||
print(' '.repeat(FILELIST_WIDTH - 2))
|
print(' '.repeat(FILELIST_WIDTH - 1))
|
||||||
|
|
||||||
// print |
|
// print |
|
||||||
con.color_pair(COL_TEXT, backCol)
|
con.color_pair(COL_TEXT, backCol)
|
||||||
|
|||||||
Reference in New Issue
Block a user