commit 2ecfa7f4ab8e15a3eda28a645fecc27ef8fa89af
parent da7a3bf359250929596a4851e8b89d66d70fa296
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 11 Dec 2021 21:28:17 +0100
link no_pty with fmt_cmd
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/diary.cfg b/config/diary.cfg
@@ -8,7 +8,7 @@ weekday = 1
fmt = %Y-%m-%d
# Text format command for entry preview
fmt_cmd =
-# Use pseudo terminal (pty) for entry preview
+# Use pseudo terminal (pty) to view result of fmt_cmd
#no_pty = false
# Editor to open journal files with
editor =
diff --git a/man1/diary.1 b/man1/diary.1
@@ -143,7 +143,7 @@ weekday = 1
fmt = %Y-%m-%d
# Text format command for entry preview
fmt_cmd =
-# Use pseudo terminal (pty) for entry preview
+# Use pseudo terminal (pty) to view result of fmt_cmd
#no_pty = false
# Editor to open journal files with
editor =