summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2022-03-28 20:40:10 +0200
committerGitHub <noreply@github.com>2022-03-28 20:40:10 +0200
commit79421fbc923c7544f74cb3ea2f5d5556c39792d2 (patch)
treed1c741c2fc3ea7b05dfeeef1c641d13976499d0e
parent303123f9c6c1f8a9b55fdd9eeda3a36481ced52c (diff)
docs(changelog): selection background render fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bab87fc9..5ca6f8c76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: don't crash on bad intermediate tab state (https://github.com/zellij-org/zellij/pull/1272)
* Fix: resolve crash when closing panes on single core systems (https://github.com/zellij-org/zellij/pull/1051)
* Terminal Compatibility: Behave properly when ansi scrolling down with an undefined scroll region (https://github.com/zellij-org/zellij/pull/1279)
+* Fix: properly render selection when background color of characters is not set (https://github.com/zellij-org/zellij/pull/1250)
## [0.26.1] - 2022-03-16
* HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)