aboutsummaryrefslogtreecommitdiff
path: root/lib/done.ml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-18 11:18:52 -0500
committerMarc Coquand <marc@mccd.space>2024-05-18 11:18:52 -0500
commit12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9 (patch)
treebd5ec1905891dd947e329c1205978f0cc1161ec0 /lib/done.ml
parentb2c2fda8005b3e20669e7f87f5ee7d1372de4c7b (diff)
downloadstitch-12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9.tar.gz
stitch-12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9.tar.bz2
stitch-12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9.zip
Prompt: Fix visual
Diffstat (limited to 'lib/done.ml')
-rw-r--r--lib/done.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/done.ml b/lib/done.ml
index a7bfd61..acec094 100644
--- a/lib/done.ml
+++ b/lib/done.ml
@@ -80,7 +80,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_done tag () |> Grep.parse_todo_string in