Fix windows start to be delayed correctly.
This commit is contained in:
@ -30,5 +30,4 @@ forth definitions ansi
|
|||||||
: at-xy ( x y -- ) esc ." [" 1+ n. ." ;" 1+ n. ." H" ;
|
: at-xy ( x y -- ) esc ." [" 1+ n. ." ;" 1+ n. ." H" ;
|
||||||
: page esc ." [2J" esc ." [H" ;
|
: page esc ." [2J" esc ." [H" ;
|
||||||
: set-title ( a n -- ) esc ." ]0;" type bel ;
|
: set-title ( a n -- ) esc ." ]0;" type bel ;
|
||||||
s" uEforth" set-title
|
|
||||||
forth
|
forth
|
||||||
|
|||||||
@ -17,4 +17,9 @@ forth definitions internals
|
|||||||
: argc ( -- n ) 'argc @ ;
|
: argc ( -- n ) 'argc @ ;
|
||||||
: argv ( n -- a n ) cells 'argv @ + @ z>s ;
|
: argv ( n -- a n ) cells 'argv @ + @ z>s ;
|
||||||
|
|
||||||
forth
|
internals definitions also ansi
|
||||||
|
|
||||||
|
: boot-set-title s" uEforth" set-title ;
|
||||||
|
' boot-set-title boot-prompt !
|
||||||
|
|
||||||
|
only forth definitions
|
||||||
|
|||||||
Reference in New Issue
Block a user