1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-15 04:08:06 +11:00
Commit Graph

6 Commits

Author SHA1 Message Date
Virgil Dupras
7a38c3e228 Add word TUCK 2020-05-22 14:17:38 -04:00
Virgil Dupras
d5beeac96b Add word NIP 2020-05-22 14:03:12 -04:00
Virgil Dupras
be66d7b4a2 editor: implement E 2020-05-07 08:44:17 -04:00
Virgil Dupras
feb0411530 editor: simplify I with the use of MOVE-
Also, delay the shadowing of DO..LOOP's I for as long as possible.
2020-05-06 21:10:27 -04:00
Virgil Dupras
690d9e6313 editor: improve I
Make it print edited line and also have it adjust cursor pos.
2020-05-06 17:41:49 -04:00
Virgil Dupras
58ece9f9a1 editor: implement I command
Also, made LIST properly handle full 64-chars lines not ending with
a null or CR. Previously, such a line would be accompanied by its
following line, duplicating that line's output.
2020-05-06 12:19:36 -04:00