Have RDLN spit newlines more consistently On CRLF interfaces, newlines were mostly broken after previous RDLN consolidation.
2 files changed, 2 insertions(+), 2 deletions(-) M blk.fs M cvm/stage.bin
M blk.fs => blk.fs +2-2
@@ 1801,9 1801,9 @@ SYSVARS 0x55 + :** KEY? DUP BS? IF IN> @ IN( > IF -1 IN> +! BS EMIT THEN SPC> BS EMIT ELSE DUP LF = IF DROP CR THEN ( same as CR ) DUP EMIT ( echo back ) DUP SPC >= IF DUP EMIT ( echo back ) THEN DUP IN> @ ! 1 IN> +! THEN ( c ) DUP CR = SWAP EOT? OR UNTIL IN( IN> ! ; DUP CR = SWAP EOT? OR UNTIL NL> IN( IN> ! ; ( ----- 363 ) : RDLN< IN> @ C@ ( c )
M cvm/stage.bin => cvm/stage.bin +0-0