Move most of the specification of terminal API client-side, so that the terminal can be changed without restarting the core. Add descriptions to some packages. Other minor improvements.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3222 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-04-30 10:50:43 +00:00
parent 9668723200
commit 25d97e5e3b
7 changed files with 44 additions and 48 deletions

View File

@ -118,12 +118,12 @@ function testEdit(event) {
});
}
if (imports.terminal) {
/*if (imports.terminal) {
fileList({
title: "Test File List",
prefix: "fileList_",
edit: testEdit,
});
}
}*/
exports.fileList = fileList;