From ebf61f6ff21238fe570bd38532ab7b1b8d7e22bb Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 19 Oct 2022 18:37:18 +0200 Subject: [PATCH] docs(changelog): scroll region fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e1bd637..a7ff2a554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: default to vi editor when we can't an editor in EDITOR or VISUAL and none is configured (https://github.com/zellij-org/zellij/pull/1811) * deps: upgrade log4rs to 1.2.0 (https://github.com/zellij-org/zellij/pull/1814) * feat: allow `DumpScreen` to dump the viewport by default (https://github.com/zellij-org/zellij/pull/1794) +* Terminal compatibility: clear scroll region when terminal pane is cleared (https://github.com/zellij-org/zellij/pull/1826) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)