From 690d9e63133e58c1612a3826ae81986e2af59356 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 6 May 2020 17:41:49 -0400 Subject: [PATCH] editor: improve I Make it print edited line and also have it adjust cursor pos. --- blk/108 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blk/108 b/blk/108 index 1c7dd55..8000e80 100644 --- a/blk/108 +++ b/blk/108 @@ -11,5 +11,6 @@ LOOP ELSE DROP ( ilen becomes nbc ) THEN - SWAP DROP IBUF EDPOS @ _cpos ROT MOVE + SWAP DROP DUP IBUF EDPOS @ _cpos ROT MOVE ( ilen ) + EDPOS +! EDPOS @ 64 / _pln ;