From 5e3ffea6d39873eee7e5220c87bfe51acdc26c38 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Thu, 23 Apr 2026 21:18:30 +0900 Subject: [PATCH] taut: better scrolling behav(2) --- assets/disk0/tvdos/bin/taut.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/disk0/tvdos/bin/taut.js b/assets/disk0/tvdos/bin/taut.js index 60d4c43..1b44ae7 100644 --- a/assets/disk0/tvdos/bin/taut.js +++ b/assets/disk0/tvdos/bin/taut.js @@ -893,7 +893,7 @@ while (!exitFlag) { if (keysym === "" || keysym === " ") { stopPlayback(); drawAll() } else if (keysym === "" || keysym === "") { const oldVoiceOff = voiceOff - cursorVox += (keysym === "") ? -1 : 1 + cursorVox += (keysym === "") ? -moveDelta : moveDelta clampVoice() const dVoice = voiceOff - oldVoiceOff if (dVoice !== 0) {