This commit is contained in:
minjaesong
2026-06-15 02:18:17 +09:00
parent f4c6c945b1
commit d6f9e64147
2 changed files with 3 additions and 3 deletions

View File

@@ -4966,7 +4966,7 @@ function drawInstTabMeta(e) {
}
if (shown < d.layers.length) {
con.move(y, INST_RIGHT_X); con.color_pair(colInstGroupHdr, colBackPtn)
print(' … ' + (d.layers.length - shown) + ' more layer(s) (resize / not shown)')
print(` ${sym.doubledot}${sym.doubledot} ` + (d.layers.length - shown) + ' more layer(s) (resize / not shown)')
}
}