mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
interlacing wip3
This commit is contained in:
@@ -35,6 +35,7 @@ const COL_HL_EXT = {
|
||||
"ipf2": 191,
|
||||
"txt": 223,
|
||||
"md": 223,
|
||||
"log": 223
|
||||
}
|
||||
|
||||
const EXEC_FUNS = {
|
||||
@@ -49,7 +50,9 @@ const EXEC_FUNS = {
|
||||
"ipf1": (f) => _G.shell.execute(`decodeipf "${f}" -i`),
|
||||
"ipf2": (f) => _G.shell.execute(`decodeipf "${f}" -i`),
|
||||
"bas": (f) => _G.shell.execute(`basic "${f}"`),
|
||||
"txt": (f) => _G.shell.execute(`less "${f}"`)
|
||||
"txt": (f) => _G.shell.execute(`less "${f}"`),
|
||||
"md": (f) => _G.shell.execute(`less "${f}"`),
|
||||
"log": (f) => _G.shell.execute(`less "${f}"`)
|
||||
}
|
||||
|
||||
let windowMode = 0 // 0 == left, 1 == right
|
||||
|
||||
Reference in New Issue
Block a user