From 1f4b6d4e9a474aa9bf8b46ef99142d8c5a49476a Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 11 Jul 2019 17:07:45 +0200 Subject: [PATCH] Update a changelog entry to be more descriptive I think it is not clear what this entry actually means without the additional explanation. --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 41383f592..cf11e1acf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,8 +14,9 @@ To update |kitty|, :doc:`follow the instructions `. - Document the kitty remote control protocol (:iss:`1646`) -- Add an option :opt:`terminal_select_modifiers` to control which - modifiers are used to override mouse selection (:iss:`1774`) +- Add an option :opt:`terminal_select_modifiers` to control which modifiers + are used to override mouse selection even when a terminal application has + grabbed the mouse (:iss:`1774`) - When piping data to a child in the pipe command do it in a thread so as not to block the UI (:iss:`1708`)