From f1573654b9c9c265e67c27324071125279986d2e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 30 Oct 2021 15:16:11 +0530 Subject: [PATCH] Update changelog for previous PR --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f554ff50e..93df6895c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -34,6 +34,10 @@ To update |kitty|, :doc:`follow the instructions `. - A new remote control command to :program:`visually select a window ` (:iss:`4165`) +- A new option :opt:`background_image_anchor` to *anchor* the background image + to a position in the OS Window, useful for displaying images with logos or + similar (:pull:`4167`) + - Add support for reporting mouse events with pixel co-ordinates using the ``SGR_PIXEL_PROTOCOL`` introduced in xterm 359