previously forgot to draw char in text builder, but we do that now

This commit is contained in:
2025-09-12 14:02:38 +01:00
parent 2ad7623848
commit 77a64ae794
5 changed files with 22 additions and 8 deletions

View File

@@ -77,7 +77,8 @@ struct
, cursor :: initialTextAcc
)
val drawMsg = Vector.concat drawMsg
val msgs = [DrawMsg.DRAW_TEXT drawMsg]
val drawMsg = DrawMsg.DRAW_TEXT drawMsg
val msgs = [MailboxType.DRAW drawMsg]
in
NormalSearchModeWith.changeTempSearchString
(app, buffer, startLine, mode, msgs)
@@ -150,7 +151,8 @@ struct
, cursor :: initialTextAcc
)
val drawMsg = Vector.concat drawMsg
val msgs = [DrawMsg.DRAW_TEXT drawMsg]
val drawMsg = DrawMsg.DRAW_TEXT drawMsg
val msgs = [MailboxType.DRAW drawMsg]
in
NormalSearchModeWith.bufferAndSize
(app, buffer, newWindowWidth, newWindowHeight, msgs)