summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-06-08 21:25:57 -0500
committerdana <dana@dana.is>2026-06-08 21:26:01 -0500
commitb352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f (patch)
treefd28e97b25a8b7a238aceb9de9f34bca99a6c596
parent54676: preserve COLUMNS + LINES from the environment (diff)
downloadzsh-b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f.tar
zsh-b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f.tar.gz
zsh-b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f.tar.bz2
zsh-b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f.tar.lz
zsh-b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f.tar.xz
zsh-b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f.tar.zst
zsh-b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f.zip
unposted: NEWS: document COLUMNS+LINES change from w/54676HEADmaster
-rw-r--r--ChangeLog2
-rw-r--r--NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48b79878b..8df763425 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2026-06-08 dana <dana@dana.is>
+ * unposted: NEWS: document COLUMNS+LINES change from w/54676
+
* 54676: Doc/Zsh/params.yo, Src/init.c, Src/params.c,
Src/utils.c, Test/D04parameter.ztst: preserve COLUMNS + LINES
from the environment
diff --git a/NEWS b/NEWS
index d1e58f5cb..d1c8a2e36 100644
--- a/NEWS
+++ b/NEWS
@@ -128,6 +128,9 @@ processing can be applied to the result.
A 'math' context now appears in $zsh_eval_context within arithmetic
constructs. This can be used to create dual-purpose math functions.
+The shell now preserves COLUMNS and LINES from the environment when run
+non-interactively.
+
Changes from 5.8.1 to 5.9
-------------------------