From 841b09b686325f0f20d704c36b0dc147c2d035d4 Mon Sep 17 00:00:00 2001 From: d6 Date: Sun, 10 Apr 2022 13:36:54 -0400 Subject: [PATCH] pause completion for now --- femto.tal | 8 -------- 1 file changed, 8 deletions(-) diff --git a/femto.tal b/femto.tal index 25fb31e..57c7c3e 100644 --- a/femto.tal +++ b/femto.tal @@ -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: )