TVDOS: minor improvements

This commit is contained in:
minjaesong
2026-05-16 12:26:45 +09:00
parent 135c7b9c4e
commit 00c0e18c1a
6 changed files with 15 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ const EXEC_FUNS = {
"txt": (f) => _G.shell.execute(`less "${f}"`),
"md": (f) => _G.shell.execute(`less "${f}"`),
"log": (f) => _G.shell.execute(`less "${f}"`),
"taud": (f) => _G.shell.execute(`taut "${f}"`),
"taud": (f) => _G.shell.execute(`microtone "${f}"`),
}
let windowMode = 0 // 0 == left, 1 == right