From a49009de137e03984b127d5f17a38fdca1185568 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 8 Jul 2024 14:31:38 +0200 Subject: [PATCH] docs(changelog): cursor rendering fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1017c3f..eeb2bfcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(terminal): properly set and handle scroll region in various instances (https://github.com/zellij-org/zellij/pull/3381 and https://github.com/zellij-org/zellij/pull/3382) * fix(rendering): do not render if resizing screen to same size (https://github.com/zellij-org/zellij/pull/3413) * feat(plugins): rebind keys at runtime (https://github.com/zellij-org/zellij/pull/3422 -* fix(rendering): do not render cursor if there's nothing to render (https://github.com/zellij-org/zellij/pull/3439) +* fix(rendering): do not render cursor if there's nothing to render (https://github.com/zellij-org/zellij/pull/3439 and https://github.com/zellij-org/zellij/pull/3483) * fix(terminal): workaround for windows terminal not interpreting underline colors with semicolons (https://github.com/zellij-org/zellij/pull/3440) * dependencies: switch from wasmer to wasmtime (https://github.com/zellij-org/zellij/pull/3349) * feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475)