From 4c895f9e4a8607fb06c712aaca50a82d23eca05b Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 20 May 2024 09:37:12 -0500 Subject: Reformat title with search; add to todo and done --- 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 d8d6c9b..6482b47 100644 --- a/lib/headlines.ml +++ b/lib/headlines.ml @@ -45,7 +45,7 @@ let init ~goto_done_view ~goto_todos_view ~regexp = let title ~tag = match tag with | "" -> I.strf ~attr:A.(st bold) "%s" "Notes" |> I.pad ~l:0 ~t:0 - | a -> I.strf ~attr:A.(st bold) "%s - %s" "Notes" a |> I.pad ~l:0 ~t:0 + | a -> I.strf ~attr:A.(st bold) "%s > %s" "Notes" a |> I.pad ~l:0 ~t:0 let rec render -- cgit v1.2.3