From d7975634afb071eb10394a2a032a1a86e1abe477 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 11 Oct 2022 11:56:41 -0400 Subject: [PATCH] Update WHATSNEW --- docs/WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 8439dcc5..4320a967 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -24,6 +24,9 @@ CHANGES TO REMIND - NEW FEATURE: remind: The $AddBlankLines system variable controls whether or not a blank line is added after each reminder. +- NEW FEATURE: remind: The built-in functions columns() and rows() return the + width and height of the terminal (in character positions) respectively. + - NEW FEATURE: remind: You can add custom substitution sequences of the form %{name} or %*{name} that end up calling the function subst_name and using its return value as the replacement for the substitution sequence.