keep the temporary progress screen off the keyboard

This commit is contained in:
Kartik K. Agaram 2021-04-29 20:38:18 -07:00
parent 24222b1735
commit ca47215a6b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ fn evaluate _in: (addr handle cell), out: (addr handle cell), env-h: (handle cel
var screen-obj/eax: (addr screen) <- lookup *screen-obj-ah
compare screen-obj, 0
break-if-=
var y/ecx: int <- render-screen 0/screen, screen-obj, 0x70/xmin, 2/ymin
var y/ecx: int <- render-screen 0/screen, screen-obj, 0x70/xmin, 1/ymin
}
#? dump-cell in
#? {