From ead660fe41181513122d3fbb9099a3278e7f193a Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 11 Jan 2026 17:52:38 -0500 Subject: [PATCH] Document default setting of $TerminalHyperlinks. --- man/remind.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/remind.1.in b/man/remind.1.in index 905b2eaf..b806a84b 100644 --- a/man/remind.1.in +++ b/man/remind.1.in @@ -3492,8 +3492,8 @@ at most 85 out of 255, and if the maximum of any component is at most If your terminal supports escape sequences to allow HTML-like anchors around text (see https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda), then you can set this variable to 1. \fBRemind\fR will then make any reminder with a "Url:" info string into a hyperlink in your -terminal. By default, \fB$TerminalHyperlinks\fR is set to zero because -not all terminals support this feature. +terminal. By default, \fB$TerminalHyperlinks\fR is set to 1 if \fBRemind\fR's +standard output is a terminal, or to 0 if it is not. .TP .B $WarningLevel (STRING type) As new versions of \fBRemind\fR are released, new warnings may be added.