diff options
| author | dana <dana@dana.is> | 2026-06-08 21:25:57 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-08 21:26:01 -0500 |
| commit | b352d942f0fbe67d4933ac70b0e8dac8fc2c6f2f (patch) | |
| tree | fd28e97b25a8b7a238aceb9de9f34bca99a6c596 | |
| parent | 54676: preserve COLUMNS + LINES from the environment (diff) | |
| download | zsh-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 | |
| -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 ------------------------- |
