diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-15 19:40:04 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-15 19:40:04 -0500 |
commit | 8aff6800c075677022d520c1cb374cf37badd34b (patch) | |
tree | d2fd9d3e87fc6a512bd75eed547ec2b811a4b46b /lib/help_screen.ml | |
parent | 664a8d8419f0376652709c71ff7e1e6fff5493f6 (diff) | |
download | stitch-8aff6800c075677022d520c1cb374cf37badd34b.tar.gz stitch-8aff6800c075677022d520c1cb374cf37badd34b.tar.bz2 stitch-8aff6800c075677022d520c1cb374cf37badd34b.zip |
Updates
Diffstat (limited to '')
-rw-r--r-- | lib/help_screen.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/help_screen.ml b/lib/help_screen.ml index af744c4..d9082bf 100644 --- a/lib/help_screen.ml +++ b/lib/help_screen.ml @@ -4,7 +4,7 @@ open Notty type state = { go_back : unit -> unit } let render_info = - let title = I.strf ~attr:A.(st bold) "%s" "Stitch" |> I.pad ~l:0 ~t:0 in + let title = I.strf ~attr:A.(st bold) "%s" "Stitch - About" |> I.pad ~l:0 ~t:0 in let description = I.strf ~attr:A.(st bold) |