From df9c1aea64b56eb743a1e6bbbb4e5e5db2f02ce3 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 15 Apr 2019 10:11:54 +0200 Subject: [PATCH] Add note to changelog.rst --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index cce4440c0..ca97b11fe 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -108,6 +108,9 @@ To update |kitty|, :doc:`follow the instructions `. - Allow setting :opt:`active_border_color` to ``none`` to not draw a border around the active window (:iss:`805`) +- Use negative values for :opt:`mouse_hide_wait` to hide the mouse cursor + immediately when pressing a key (:iss:`1534`) + 0.13.3 [2019-01-19] ------------------------------