diff options
Diffstat (limited to 'lib/headlines.ml')
-rw-r--r-- | lib/headlines.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/headlines.ml b/lib/headlines.ml index 915ba22..2f9ebe4 100644 --- a/lib/headlines.ml +++ b/lib/headlines.ml @@ -114,6 +114,8 @@ let rec render ; content = full_content |> Array.of_list ; content_pretty = full_content_pretty ; scroll = 0 + ; tag + ; output = None ; go_back = (fun () -> render t state) ; goto_todos_view ; goto_done_view |