change text building function in text-builder.sml to use the 'startX' and 'startY' fields added to the environment type

This commit is contained in:
2025-08-31 01:38:42 +01:00
parent 648346e5ba
commit a9fda7d88b
2 changed files with 41 additions and 67 deletions

View File

@@ -69,7 +69,7 @@ struct
let
val buffer = #buffer app
val buffer = LineGap.goToStart buffer
val searchString = "abc"
val searchString = "val "
val searchList = SearchList.build (buffer, searchString)
val buffer = LineGap.goToStart buffer
in