From 1347ff27d9b3d7d9c40b09abef94a33e1274dab0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 15 Jan 2020 11:46:50 +0530 Subject: [PATCH] Changelog entry for triple click change --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7d155c470..f98dab079 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,9 @@ To update |kitty|, :doc:`follow the instructions `. - Add a :opt:`resize_in_steps` option that can be used to resize the OS window in steps as large as character cells (:pull:`2131`) +- When triple-click+dragging to select multiple lines, extend the selection + of the first line to match the rest on the left (:pull:`2284`) + - Fix a segfault when using :option:`kitty --debug-config` with maps (:iss:`2270`)