diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-18 11:18:52 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-18 11:18:52 -0500 |
commit | 12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9 (patch) | |
tree | bd5ec1905891dd947e329c1205978f0cc1161ec0 /lib/stitched_article.ml | |
parent | b2c2fda8005b3e20669e7f87f5ee7d1372de4c7b (diff) | |
download | stitch-12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9.tar.gz stitch-12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9.tar.bz2 stitch-12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9.zip |
Prompt: Fix visual
Diffstat (limited to 'lib/stitched_article.ml')
-rw-r--r-- | lib/stitched_article.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitched_article.ml b/lib/stitched_article.ml index d512b39..e6c8f0f 100644 --- a/lib/stitched_article.ml +++ b/lib/stitched_article.ml @@ -61,7 +61,7 @@ let rec render let (input_state : Input_prompt.state) = { screen = img ; user_input = "" - ; prompt = "REGEXP: " + ; prompt = "REGEXP" ; on_enter = (fun tag -> try |