From ed251d3e23146c49c64699f7cb4e6c69fbec0116 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Tue, 28 Dec 2021 21:41:41 +0100 Subject: [PATCH] docs(changelog): unhandled mouse events bugfix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d5285c..5adf7273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: properly handle deletion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/965) * Fix: properly remove clients when detaching from a session (https://github.com/zellij-org/zellij/pull/966) * Fix: plugin theme coloring (https://github.com/zellij-org/zellij/pull/975) +* Fix: prevent unhandled mouse events escape to terminal (https://github.com/zellij-org/zellij/pull/976) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)