gui updates

This commit is contained in:
minjaesong
2026-05-09 21:47:02 +09:00
parent ddeab1c782
commit b27ef0dbf9
2 changed files with 17 additions and 13 deletions

View File

@@ -676,7 +676,7 @@ function drawStatusBar() {
// play/stop sym
con.color_pair(colWHITE, 255)
con.move(1,1)
print(`${sym.playhead}${PLAYHEAD}`)
print(`P${PLAYHEAD+1}`)
con.move(2,1)
print((playbackMode == PLAYMODE_NONE) ? sym.statusstop : sym.statusplay)