parent
f1a89cedb4
commit
7e24295ff7
|
@ -109,6 +109,7 @@ export function kill () {
|
|||
|
||||
// sends text into ludus (status: not working)
|
||||
export function input (text) {
|
||||
console.log("Main: calling `input` with ", text)
|
||||
outbox.push({verb: "Input", data: text})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user