From 12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 18 May 2024 11:18:52 -0500 Subject: Prompt: Fix visual --- lib/todos.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/todos.ml') diff --git a/lib/todos.ml b/lib/todos.ml index e5b0084..51b878f 100644 --- a/lib/todos.ml +++ b/lib/todos.ml @@ -92,7 +92,7 @@ let rec render let (input_state : Input_prompt.state) = { screen = img ; user_input = "" - ; prompt = "REGEXP: " + ; prompt = "REGEXP" ; on_enter = (fun tag -> let content = Grep.get_tagged_todo tag () |> Grep.parse_todo_string in -- cgit v1.2.3