done fiddling with cursor; looks fine now

This commit is contained in:
2024-10-09 12:42:07 +01:00
parent 306d693877
commit 6344dca6cb
3 changed files with 107 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ struct
val newBuffer = LineGap.goToLine (startLine, buffer)
val drawMsg = TextBuilder.build
(startLine, cursorIdx, newBuffer, newWidth, newHeight)
(startLine, 2, newBuffer, newWidth, newHeight)
val newApp = AppWith.bufferAndSize (app, newBuffer, newWidth, newHeight)
in