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
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`)