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/headlines.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/headlines.ml') diff --git a/lib/headlines.ml b/lib/headlines.ml index ea6664f..4f905fd 100644 --- a/lib/headlines.ml +++ b/lib/headlines.ml @@ -104,7 +104,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_headlines tag () |> Grep.parse_headlines in -- cgit v1.2.3