aboutsummaryrefslogtreecommitdiff
path: root/lib/headlines.ml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-15 15:06:49 -0500
committerMarc Coquand <marc@mccd.space>2024-05-15 15:06:49 -0500
commitfa2582d562118dc1ceccd01ede8d0d7e80d71a29 (patch)
tree21a54ab2f3e271bbb8e46cf60b830aedf0297c74 /lib/headlines.ml
parent613b17e9f30b4def18e014993576a4324d9b11a4 (diff)
downloadstitch-fa2582d562118dc1ceccd01ede8d0d7e80d71a29.tar.gz
stitch-fa2582d562118dc1ceccd01ede8d0d7e80d71a29.tar.bz2
stitch-fa2582d562118dc1ceccd01ede8d0d7e80d71a29.zip
Add basic file search
Diffstat (limited to 'lib/headlines.ml')
-rw-r--r--lib/headlines.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/headlines.ml b/lib/headlines.ml
index 51bcc6b..6b79262 100644
--- a/lib/headlines.ml
+++ b/lib/headlines.ml
@@ -95,6 +95,7 @@ let rec render
; scroll = 0
; go_back = (fun () -> render t state)
; goto_todos_view
+ ; goto_done_view
}
| `Key (`ASCII 'r', []) ->
let (input_state : Input_screen.state) =