1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-12-18 15:26:23 -05:00

Refresh screen while building and solving maze.

This commit is contained in:
Renaud 2020-05-10 12:08:24 +08:00
parent 659ada8b64
commit 9b655592a2
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ store-procedure probe
!else !else
set %res FALSE set %res FALSE
!endif !endif
update-screen
!endm !endm
set %D 0 # looking EAST set %D 0 # looking EAST

View File

@ -80,6 +80,7 @@ set %cnt &tim &sub &div %w 2 1 &sub &div %l 2 1
set $curchar 32 set $curchar 32
set %flags 0 set %flags 0
set %cnt &sub %cnt 1 set %cnt &sub %cnt 1
update-screen
!endif !endif
!endif !endif
set $curline %y set $curline %y