Document KITTY_PREWARM_SOCKET_REAL_TTY

This commit is contained in:
Kovid Goyal 2022-08-02 08:38:07 +05:30
parent a5cbb552f0
commit 2271eb5e60
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -139,9 +139,14 @@ Variables that kitty sets when running child programs
.. envvar:: KITTY_PREWARM_SOCKET .. envvar:: KITTY_PREWARM_SOCKET
Path to a UNIX domain socket used to avoid Python interpreter startup Path to a UNIX domain socket used to avoid Python interpreter startup
latency when running kitten or using kitty +launch or kitty +ruunpy. latency when running kittens, or remote control or using kitty +launch or kitty +runpy.
.. envvar:: KITTY_PREWARM_SOCKET_REAL_TTY
Path to the the PTY used to run the prewarmed process in when using
:envvar:`KITTY_PREWARM_SOCKET`.
.. envvar:: WINDOWID .. envvar:: WINDOWID
The id for the :term:`OS Window <os_window>` the program is running in. Only available The id for the :term:`OS Window <os_window>` the program is running in. Only available