summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-10-01 22:30:00 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-10-01 22:30:00 +0530
commitee7b4a85b01111e1d4985a49d261e8b91c9d7a3b (patch)
tree0d187122de85ae684818ed06ce56ea7f15d38f49 /CHANGELOG.md
parent3c05f268025aa82e09bde1a2c6c2c14d41bc9f40 (diff)
docs(changelog): fix scroll buffer overwrite when scrolled up
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4067ec46c..86fa2b756 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)
## [0.18.1] - 2021-09-30
@@ -230,7 +231,7 @@ This version is mostly an installation hotfix.
* Terminal compatibility: fix support for CSI subparameters (https://github.com/zellij-org/zellij/pull/469)
* Move the sync command to tab mode (https://github.com/zellij-org/zellij/pull/412)
* Fix exit code of `dump-default-config` (https://github.com/zellij-org/zellij/pull/480)
-* Feature: Switch tabs using `Alt + h/l` in normal mode if there are no panes in the direction (https://github.com/zellij-org/zellij/pull/471)
+* Feature: Switch tabs using `Alt + h/l` in normal mode if there are no panes in the direction (https://github.com/zellij-org/zellij/pull/471)
* Terminal Compatibility: various behaviour fixes (https://github.com/zellij-org/zellij/pull/486)
* Fix handling of `$HOME` `config` directory, especially relevant for darwin systems (https://github.com/zellij-org/zellij/pull/487)