mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 13:38:30 +09:00
gui updates
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user