VE: properly make buffer dirty on E and X

This commit is contained in:
Virgil Dupras 2020-06-23 06:53:30 -04:00
parent 2d9a07d215
commit af339d8c6a
1 changed files with 1 additions and 6 deletions

View File

@ -5,12 +5,7 @@
SWAP _rbufsz MOVE ( n )
( get to next line - n )
DUP EDPOS @ 0xffc0 AND 0x40 + -^ _cpos ( n a )
SWAP 0 FILL
SWAP 0 FILL BLK!!
EDPOS @ 64 / _pln ;
: E FBUF _blen X ;
: Y FBUF _blen icpy ;