Sambigeara / fuzzynote

Terminal-based, hyper-fast, CRDT-backed, collaborative note-taking tool
GNU Affero General Public License v3.0
368 stars 8 forks source link

Fix delayed cursor default moving from search line #45

Closed Sambigeara closed 3 years ago

Sambigeara commented 3 years ago

There was previously a delay in defaulting the cursor position to the end of the line when moving from the search line, to the line below, if the line below had a hidden prefix. This sets the lenHiddenMatchPrefix variable a second time in the loop which is required for the cursor position resolution.