From 2271eb5e605e51fee7b62d247f55f80fd88e8432 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Aug 2022 08:38:07 +0530 Subject: [PATCH] Document KITTY_PREWARM_SOCKET_REAL_TTY --- docs/glossary.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index 27ce55cdf..1505e7355 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -139,9 +139,14 @@ Variables that kitty sets when running child programs .. envvar:: KITTY_PREWARM_SOCKET 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 The id for the :term:`OS Window ` the program is running in. Only available