From e8dc5d8b342f82ed6630b79f10b7b9c84d060027 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 28 Mar 2022 12:41:12 +0200 Subject: [PATCH] docs(changelog): ansi scroll fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 092c176b..2bab87fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Feat: Add Alt+Arrows quick navigation (https://github.com/zellij-org/zellij/pull/1264) * 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) ## [0.26.1] - 2022-03-16 * HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)