add searchScrollColumn to NORMAL_SEARCH_MODE variant, and update and recalculate it where needed

This commit is contained in:
2025-09-14 09:50:07 +01:00
parent b556fc7d63
commit f1a06f946d
5 changed files with 92 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ struct
fun switchToNormalSearchMode (app: app_type) =
NormalSearchFinish.onSearchChanged
(app, "", Vector.fromList [], 0, #buffer app)
(app, "", Vector.fromList [], 0, 0, #buffer app)
fun getNumLength (pos, str) =
if pos = String.size str then