complete implementation of rightwards navigation (viL)

This commit is contained in:
2024-10-17 02:57:26 +01:00
parent 21652a5381
commit 428e5f2ecd
6 changed files with 43 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ struct
val _ = Gles3.loadGlad ()
(* load file intol gap buffer and create initial app *)
val io = TextIO.openIn "fcore/text-builder.sml"
val io = TextIO.openIn "temp.txt"
val lineGap = ioToLineGap (io, LineGap.empty)
val _ = TextIO.closeIn io
val app = AppType.init (lineGap, 1920, 1080)