Hi! On Sat, Mar 25, 2017 at 08:11:38PM +0200, Alex Efros wrote: > But I have no idea what triggers this decision - to ignore or nor SIGHUP.
I've found it: https://github.com/regnarg/urxvt-config-reload plugin intercepts SIGHUP https://github.com/regnarg/urxvt-config-reload/blob/master/config-reload#L11 and looks like this block SIGHUP for child processes like screen too. Actually this plugin was using SIGUSR1, but looks like urxvt-9.21 dies on USR1, so plugin was changed to use SIGHUP instead. -- WBR, Alex. _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/rxvt-unicode
