improve code to move rightwards in cursor.sml (making it clearer with comments), and improve code to draw cursor at newline in text=builder.sml

This commit is contained in:
2024-10-17 08:40:28 +01:00
parent 0299a9e6b2
commit 19073cb56c
4 changed files with 87 additions and 64 deletions

View File

@@ -5,4 +5,3 @@ sig
val build: int * int * LineGap.t * int * int
-> MailboxType.t list
enda