Add a new :opt:listen_on option in kitty.conf

Also allow using environment variables in this option
Fixes #2569
This commit is contained in:
Kovid Goyal
2020-04-19 09:23:52 +05:30
parent 948919e42b
commit 85b55b31b6
5 changed files with 46 additions and 5 deletions

View File

@@ -37,6 +37,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Marks: Fix marks not handling wide characters and tab characters correctly
(:iss:`2534`)
- Add a new :opt:`listen_on` option in kitty.conf to set :option:`kitty --listen-on`
globally. Also allow using environment variables in this option (:iss:`2569`).
- Allow sending mouse events in kittens (:pull:`2538`)
- icat kitten: Fix display of 16-bit depth images (:iss:`2542`)