begin adding a 'bufferModifyTime' field to the app_type (lots of refactoring to do now)

This commit is contained in:
2025-08-20 12:17:07 +01:00
parent cdc8c0c734
commit 642814fb36
2 changed files with 5 additions and 27 deletions

View File

@@ -63,7 +63,7 @@ struct
val io = TextIO.openIn "temp.txt"
val lineGap = ioToLineGap (io, LineGap.empty)
val _ = TextIO.closeIn io
val app = AppType.init (lineGap, 1920, 1080)
val app = AppType.init (lineGap, 1920, 1080, Time.now ())
(* todo: remove temp line below which tests search list *)
val app =