An option to set TERMINFO to the database directly instead of a path

This commit is contained in:
Kovid Goyal 2024-03-21 10:48:53 +05:30
parent ad64472950
commit 198b69e275
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
7 changed files with 42 additions and 4 deletions

View file

@ -47,6 +47,11 @@ rsync algorithm to speed up repeated transfers of large files.
Detailed list of changes
-------------------------------------
0.33.2 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- A new option :opt:`terminfo_type` to allow passing the terminfo database embedded into the :envvar:`TERMINFO` env var directly instead of via a file
0.33.1 [2024-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View file

@ -164,7 +164,8 @@ Variables that kitty sets when running child programs
.. envvar:: TERMINFO
Path to a directory containing the kitty terminfo database.
Path to a directory containing the kitty terminfo database. Or the terminfo
database itself encoded in base64. See :opt:`terminfo_type`.
.. envvar:: KITTY_INSTALLATION_DIR