From e558c46e3ea7026b43950427d01559231c04fb82 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 29 Apr 2022 11:23:30 +0200 Subject: [PATCH] docs(changelog): saved cursor position on resize --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bbcdef..116c6ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: respond to foreground/background color ansi requests (OSC 10 and 11) (https://github.com/zellij-org/zellij/pull/1358) * fix: avoid panic in link_handler.rs (https://github.com/zellij-org/zellij/pull/1356) * Terminal compatibility: prevent wide chars from overflowing the title line (https://github.com/zellij-org/zellij/pull/1361) +* Terminal compatibility: adjust saved cursor position on resize (https://github.com/zellij-org/zellij/pull/1362) ## [0.28.1] - 2022-04-13 * (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274)