draw cursor at newline linebreaks (only \n though and not \r\n)

This commit is contained in:
2024-10-17 06:25:43 +01:00
parent 8fb362ba8b
commit 0299a9e6b2
4 changed files with 75 additions and 52 deletions

View File

@@ -1,6 +1,8 @@
signature TEXT_BUILDER =
sig
(* Prerequisite: LineGap is moved to requested line first. *)
val build: int * int * LineGap.t * int * int
-> MailboxType.t list
enda