undo hardcoded parameter for visual testing purposes
This commit is contained in:
@@ -12,7 +12,7 @@ struct
|
|||||||
|
|
||||||
val newBuffer = LineGap.goToLine (startLine, buffer)
|
val newBuffer = LineGap.goToLine (startLine, buffer)
|
||||||
val drawMsg = TextBuilder.build
|
val drawMsg = TextBuilder.build
|
||||||
(startLine, 2, newBuffer, newWidth, newHeight)
|
(startLine, cursorIdx, newBuffer, newWidth, newHeight)
|
||||||
|
|
||||||
val newApp = AppWith.bufferAndSize (app, newBuffer, newWidth, newHeight)
|
val newApp = AppWith.bufferAndSize (app, newBuffer, newWidth, newHeight)
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user