kitty @ get-text add an option to also get the current cursor position and state as ANSI escape codes

Fixes #3625
This commit is contained in:
Kovid Goyal
2021-05-15 09:27:28 +05:30
parent 3bf9130b0a
commit fcd206891f
5 changed files with 55 additions and 15 deletions

View File

@@ -53,6 +53,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix deleting windows that are not the last window via remote control leaving
no window focused (:iss:`3619`)
- ``kitty @ get-text`` add an option to also get the current cursor position
and state as ANSI escape codes (:iss:`3625`)
0.20.3 [2021-05-06]
----------------------