mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:30:56 +11:00
4af93d53e3
Also, add insert and find buffers to the header, making it 3 lines high. Also, fix the "I" overshadowing word which wasn't operating on the proper RSP level. Also, fix I which didn't mark the block as dirty.
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
'H' goes to the beginning of the line, 'L' to the end.
|
|
|
|
'w' moves forward by a word. 'W' moves backward by a word.
|
|
|
|
'I' inserts text by calling the "I" command from the Block
|
|
editor.
|