Files
lix/src
Lars Mühmel bc73590151 nix edit: call restoreSignals() before execvp-ing the $EDITOR
Currently resizing of the terminal doesn't play nicely with
nix edit when using kakoune as the editor, as it relies on the
SIGWINCH signal which is trapped by nix. How this is not a problem
with e.g. vim is beyond me.

Virtually all other exec* calls are following a call to
restoreSignals(). This commit adds this behavior to nix edit
as well.
2020-07-17 17:35:59 +02:00
..
2020-06-18 22:11:26 +00:00
2020-07-16 15:18:21 +02:00
2020-06-15 14:12:39 +02:00
2020-07-16 15:18:21 +02:00