add functionality to delete to/until prev match

This commit is contained in:
2025-08-07 13:37:03 +01:00
parent 5d6dbb0403
commit da2d2f1b55
2 changed files with 35 additions and 2 deletions

View File

@@ -6,8 +6,7 @@ struct
let
val {windowWidth, windowHeight, startLine, searchString, ...} = app
(* move LineGap to first line displayed on screen
* and move searchList to line's start idx as well *)
(* move LineGap to first line displayed on screen *)
val buffer = LineGap.goToLine (startLine, buffer)
(* get new startLine which may move screen depending on cursor movements *)