fourstix / Elfos-kilo

A fullscreen editor for the Elf/OS written in 1802 Assembly language and based loosely on the Kilo editor.
MIT License
0 stars 0 forks source link

Line Buffer is not correctly handled #12

Open fourstix opened 4 days ago

fourstix commented 4 days ago

The line buffer is continuously written into the text buffer every time a character in the line buffer is changed. The line buffer should only update the corresponding line in the text buffer when the cursor moves away from the line.