commit b5c71c25346fff20421891c463097da219fe5685
parent f7bf182c743257b4faf92f0f3fed5d4fe4d21812
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 11 Dec 2021 21:06:41 +0100
Merge branch 'master' of github.com:in0rdr/diary
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/man1/diary.1.html b/man1/diary.1.html
@@ -70,6 +70,12 @@ diary - Text-based journaling program
-c" or similar.</dd>
</dl>
<dl class="Bl-tag">
+ <dt><b>-p</b>, <b>--no-pty</b></dt>
+ <dd>No pseudo terminal (pty) for entry preview. If set, journal entries are
+ displayed with Ncurses. If not set (default), the entry preview is printed
+ to a pseudo terminal (pty) and not processed with Ncurses.</dd>
+</dl>
+<dl class="Bl-tag">
<dt><b>-r</b>, <b>--range</b>=<i>RANGE</i></dt>
<dd>RANGE is the number of years to show before/after todays date. Defaults to
1 year.</dd>
@@ -250,6 +256,8 @@ weekday = 1
fmt = %Y-%m-%d
# Text format command for entry preview
fmt_cmd =
+# Use pseudo terminal (pty) for entry preview
+#no_pty = false
# Editor to open journal files with
editor =
# Google calendar name for CalDAV sync