From ee10909b936700c256d93f3a3c3ee27f83d582b8 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 21 Mar 2025 09:37:52 +0100 Subject: [PATCH] docs(changelog): windows terminal fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b32458..72b6d9eb 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(mouse): fix mouse handling in windows terminal (https://github.com/zellij-org/zellij/pull/4076) ## [0.42.0] - 2025-03-17 * fix(plugins): properly focus pane after tab was closed in the plugin API (https://github.com/zellij-org/zellij/pull/3797)