mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
f2a2d099bb
A user reported that ctrl-c and ctrl-\ had no effect for them in bash when spawned in a particular way on their system. It turned out that the spawning environment had blocked SIGINT, SIGHUP and SIGQUIT and that was propagated all the way down through the wezterm process to the spawned shell. Let's ensure that we clear all blocked signals prior to launching our child process. |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
LICENSE.md |