Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
171B

  1. : (emit)
  2. DUP 0x08 = IF DROP _bs EXIT THEN
  3. DUP 0x0d = IF DROP _lf EXIT THEN
  4. 0x20 - DUP 0< IF DROP EXIT THEN
  5. XYPOS @ CELL!
  6. XYPOS @ 1+ _cl* MOD XYPOS ! ;