Pass pid of child process as env var to kittens
This commit is contained in:
parent
72e2307c16
commit
14ea69c9c7
@ -606,6 +606,7 @@ class Boss:
|
||||
stdin=data,
|
||||
env={
|
||||
'KITTY_COMMON_OPTS': json.dumps(copts),
|
||||
'KITTY_CHILD_PID': w.child.pid,
|
||||
'PYTHONWARNINGS': 'ignore',
|
||||
'OVERLAID_WINDOW_LINES': str(w.screen.lines),
|
||||
'OVERLAID_WINDOW_COLS': str(w.screen.columns),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user