pause completion for now

This commit is contained in:
~d6 2022-04-10 13:36:54 -04:00
parent e1a559d850
commit 841b09b686
1 changed files with 0 additions and 8 deletions

View File

@ -654,14 +654,6 @@
@move-to-message-line ( -> )
#0000 .term/rows LDZ2 #0002 ADD2 ;term-move-cursor JMP2
( COMPLETION )
@is-space ( c^ -> bool^ )
DUP #21 LTH SWP #7e GTH ORA JMP2r
@non-space ( c^ -> bool^ )
,is-space JSR #00 EQU JMP2r
( start a prompt on the message line )
( )
( the arguments are as follows: )