Add linewrap option 'auto'

This commit is contained in:
Jonathan van der Steege 2022-06-12 15:10:40 +02:00
parent 9639c5386f
commit 272d586e06
2 changed files with 19 additions and 3 deletions

View file

@ -96,7 +96,8 @@ If `true`, tags will be highlighted in cyan.
### linewrap
Controls the width of the output. Set to `false` if you don't want to
wrap long lines.
wrap long lines. Set to `auto` to let `jrnl` automatically determine
the terminal width.
### colors
A dictionary that controls the colors used to display journal entries.