mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 00:50:55 +11:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
|
: E
|
||
|
FBUF _blen EDPOS @ _cpos 2DUP + ( l a1 a1+l )
|
||
|
SWAP _rbufsz MOVE ( l )
|
||
|
( get to next line - l )
|
||
|
DUP EDPOS @ 0xffc0 AND 0x40 + -^ _cpos ( l a )
|
||
|
SWAP 0 FILL
|
||
|
EDPOS @ 64 / _pln
|
||
|
;
|
||
|
|