summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-09 16:59:16 +0100
committerGitHub <noreply@github.com>2023-03-09 16:59:16 +0100
commit6502cf78b6c58dda739f0e1d82ec279da497025d (patch)
treefcec81bbeccb512febd8f31fc36ab5eaa0899fef
parent263f5cbfd2d71ee18721e3273cd795af135f5749 (diff)
docs(changelog): ansi fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21f031e31..5071a85a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)
* fix: crash when closing tab with command panes (https://github.com/zellij-org/zellij/pull/2251)
+* Terminal compatibility: pad end of line on `CSI P` (https://github.com/zellij-org/zellij/pull/2259)
## [0.35.1] - 2023-03-07
* fix: show visual error when unable to split panes vertically/horizontally (https://github.com/zellij-org/zellij/pull/2025)