broadcast kitten: Show a "fake" cursor in all windows being broadcast too

Fixes #4225
This commit is contained in:
Kovid Goyal 2021-11-12 22:59:20 +05:30
parent 74a5d3a25e
commit 0830e66e76
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 98 additions and 12 deletions

View file

@ -53,6 +53,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- A new option :opt:`bell_path` to specify the path to a sound file
to use as the bell sound
- broadcast kitten: Show a "fake" cursor in all windows being broadcast too
(:iss:`4225`)
- Fix a regression that caused :option:`kitty --title` to not work when
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)