ChristianE00 / Novus

A simple Windows command line text editor
0 stars 0 forks source link

Horizontal line wrapping breaks the program. #1

Open ChristianE00 opened 5 months ago

ChristianE00 commented 5 months ago

Due to horizontal line wrapping, the actual cursor (not visible) skips wrapped lines, while the visual cursor (cursor symbol) does not skip wrapped line.

This causes the two curses to get out of sync and edits are not made where they are intended to be made.