mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:30:56 +11:00
58ece9f9a1
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.
17 lines
205 B
Plaintext
17 lines
205 B
Plaintext
T ( n -- ): select line n for editing.
|
|
P xxx: put typed line on selected line.
|
|
U xxx: insert typed line on selected line.
|
|
F xxx: find typed string in block.
|
|
I xxx: insert typed string at cursor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|