Improve wrong arg user message and add ui.windowSize

This commit is contained in:
Olivier Gagnon
2022-08-29 18:07:17 -04:00
parent a2fad677d3
commit c9a0998cc1
6 changed files with 147 additions and 25 deletions
+3
View File
@@ -335,6 +335,7 @@ const ui = {
resetStyles: 0,
getGameInfo: 0,
clearTerminal: 0,
windowSize: 0,
};
// Grafting API
@@ -531,6 +532,8 @@ const SourceRamCosts = {
mv: 0,
tail: 0,
toast: 0,
moveTail: 0,
resizeTail: 0,
closeTail: 0,
clearPort: 0,
openDevMenu: 0,