From b78ecdf33835812534bc8b56b6f6ff4fa98b264f Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Fri, 15 Jul 2022 16:29:48 +0200 Subject: [PATCH] docs(changelog): mouse click on pane frame fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbf0576..bd76610e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * performance: improve terminal responsiveness (https://github.com/zellij-org/zellij/pull/1585) * Terminal compatibility: persist cursor show/hide across alternate screen (https://github.com/zellij-org/zellij/pull/1586) * fix: support multi-argument EDITOR/VISUAL/scrollback-editor commands (https://github.com/zellij-org/zellij/pull/1587) +* fix: avoid sending mouse click events on pane frames to applications (https://github.com/zellij-org/zellij/pull/1584) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)