From 048086de68df6a242ce8e15d86e4a899a8589cee Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 21 Jun 2024 13:48:32 +0200 Subject: [PATCH] docs(changelog): underline color workaround --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed79dabb8..d08423341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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(terminal): workaround for windows terminal not interpreting underline colors with semicolons (https://github.com/zellij-org/zellij/pull/3440) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)