From 3e070408088c691354ffcb5b05198571e0454061 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Thu, 11 Nov 2021 21:30:14 +0100 Subject: [PATCH] doc(changelog): CSI cursor next line fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4b0807..1e0b07eb 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: fix CSI cursor next line not moving cursor to beginning of line after moving it down (https://github.com/zellij-org/zellij/pull/863) * Add: suggestion for similar session name, on attach (https://github.com/zellij-org/zellij/pull/843) * Fix: handling and overwriting options through the cli (https://github.com/zellij-org/zellij/pull/859)