diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | NEWS | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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 @@ -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 ------------------------- |
