add function to build search list from specific range

This commit is contained in:
2024-11-16 12:27:14 +00:00
parent f2b4f256ec
commit 09d9945201
3 changed files with 45 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ struct
val app = AppType.init (lineGap, 1920, 1080)
(* todo: remove temp line below which tests search list *)
val app = BuildSearchList.build (app, 0, lineGap, "val ")
val app = BuildSearchList.fromStart (app, 0, lineGap, "val ")
(* create mailboxes for CML communication *)
val inputMailbox = Mailbox.mailbox ()