mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 02:42:56 +02:00
ensure setting KITTY_PREWARM_SOCKET_REAL_TTY does not clobber the environ
This commit is contained in:
@@ -68,7 +68,7 @@ def socket_child_main(exit_code=0, initial_print=''):
|
||||
env.update({
|
||||
'TEST_ENV_PASS': 'xyz',
|
||||
'KITTY_PREWARM_SOCKET': p.socket_env_var(),
|
||||
'KITTY_PREWARM_SOCKET_REAL_TTY': '0' * 32,
|
||||
'KITTY_PREWARM_SOCKET_REAL_TTY': ' ' * 32,
|
||||
'TERM': 'xterm-kitty',
|
||||
'TERMINFO': terminfo_dir
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user