Add support for reporting mouse events with pixel co-ordinates using the SGR_PIXEL_PROTOCOL introduced in xterm 359

This commit is contained in:
Kovid Goyal
2021-09-28 11:41:35 +05:30
parent f3447d187d
commit 9a3d99515f
5 changed files with 22 additions and 7 deletions

View File

@@ -18,6 +18,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow the user to supply a custom Python function to draw tab bar. See
:opt:`tab_bar_style`
- Add support for reporting mouse events with pixel co-ordinates using the
``SGR_PIXEL_PROTOCOL`` introduced in xterm 359
- When programs ask to read from the clipboard prompt the user to allow
the request by default instead of denying by default. See
:opt:`clipboard_control` for details (:iss:`4022`)