mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 14:44:05 +09:00
keyevent reading moved to the tvdos itself
This commit is contained in:
@@ -39,7 +39,7 @@ let bulletinShown = false;
|
||||
let cursoringCol = 0;
|
||||
|
||||
// load existing file if it's there
|
||||
let editingExistingFile = filesystem.open(driveLetter, filePath, "R");
|
||||
let editingExistingFile = (0 == filesystem.open(driveLetter, filePath, "R"));
|
||||
if (editingExistingFile) {
|
||||
textbuffer = filesystem.readAll(driveLetter).split("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user