mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
clarify some docs further
This commit is contained in:
@@ -2920,9 +2920,9 @@ doesn't work, kitty will cycle through various known editors (:program:`vim`,
|
|||||||
opt('close_on_child_death', 'no',
|
opt('close_on_child_death', 'no',
|
||||||
option_type='to_bool', ctype='bool',
|
option_type='to_bool', ctype='bool',
|
||||||
long_text='''
|
long_text='''
|
||||||
Close the window when the child process (shell) exits. With the default value
|
Close the window when the child process (usually the shell) exits. With the default value
|
||||||
:code:`no`, the terminal will remain open when the child exits as long as there
|
:code:`no`, the terminal will remain open when the child exits as long as there
|
||||||
are still processes outputting to the terminal (for example disowned or
|
are still other processes outputting to the terminal (for example disowned or
|
||||||
backgrounded processes). When enabled with :code:`yes`, the window will close as
|
backgrounded processes). When enabled with :code:`yes`, the window will close as
|
||||||
soon as the child process exits. Note that setting it to :code:`yes` means that
|
soon as the child process exits. Note that setting it to :code:`yes` means that
|
||||||
any background processes still using the terminal can fail silently because
|
any background processes still using the terminal can fail silently because
|
||||||
|
|||||||
Reference in New Issue
Block a user