restore temp.txt to previous state, as it was temporarily being edited for testing

This commit is contained in:
2025-09-19 03:04:10 +01:00
parent ab2f2cc752
commit d871ac451f
2 changed files with 23 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ struct
val ySpace = 25
val fontSize = 30.0
fun accToDrawMsg (textAcc, cursorAcc) =
let
open MailboxType
open DrawMsg
val textAcc = Vector.concat textAcc
val cursorAcc = Vector.concat cursorAcc