aboutsummaryrefslogtreecommitdiff
path: root/extra/alacritty.man
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-12-18 22:18:42 +0000
committerGitHub <noreply@github.com>2021-12-19 01:18:42 +0300
commit6d1a63ef28d18168ed4ca0d6a8c3413cb4621ca5 (patch)
tree8fa922ffd541f6d4da24f677f2eab4934692f511 /extra/alacritty.man
parentf1802c1cda7b9922f23d872705653beb6b053f2e (diff)
downloadalacritty-6d1a63ef28d18168ed4ca0d6a8c3413cb4621ca5.tar.gz
alacritty-6d1a63ef28d18168ed4ca0d6a8c3413cb4621ca5.zip
Remove shared PID/FD variables
The existing PID/FD atomics in alacritty_terminal/src/tty/unix.rs were shared across all Alacritty windows, causing problem with the new multiwindow feature. Instead of sharing these between the different windows, the master FD and shell PID are now stored on the `window_context`. Unfortunately this makes spawning new daemons a little more complicated, having to pass through additional parameters. To ease this a little bit the helper method `spawn_daemon` has been defined on the `ActionContext`, making it accessible from most parts of Alacritty's event loop. Fixes #5700.
Diffstat (limited to 'extra/alacritty.man')
0 files changed, 0 insertions, 0 deletions