This commit is contained in:
Kartik K. Agaram 2021-06-03 14:42:07 -07:00
parent 9446e7e594
commit 63cd30d806
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
type sandbox {
data: (handle gap-buffer)
value: (handle stream byte)
trace: (handle trace)
screen-var: (handle cell)
keyboard-var: (handle cell)
trace: (handle trace)
cursor-in-data?: boolean
cursor-in-keyboard?: boolean
cursor-in-trace?: boolean
cursor-in-keyboard?: boolean
}
fn initialize-sandbox _self: (addr sandbox), fake-screen-and-keyboard?: boolean {