A new kitten to easily query kitty for config values

This commit is contained in:
Kovid Goyal
2020-10-07 13:35:16 +05:30
parent dab555ea3b
commit 6a755bda45
8 changed files with 229 additions and 26 deletions

View File

@@ -4,6 +4,14 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.19.2 [future]
-------------------
- A new :doc:`kittens/query_terminal` kitten to easily query the running kitty
via escape codes to detect its version, and the values of
configuration options that enable or disable terminal features.
0.19.1 [2020-10-06]
-------------------

View File

@@ -0,0 +1,11 @@
Query terminal
=================
Used to query kitty from terminal programs about version, values of various
runtime options controlling its features, etc.
Command Line Interface
-------------------------
.. include:: ../generated/cli-kitten-query_terminal.rst