In this case, the child rxvt is receiving a SIGHUP - the result of a
WM_CLOSE on the parent.
Any SIGHUP received by rxvt results in an exit, explicitly defined in
src/main.c.
To change this would be relatively simple, specifying SIG_DFL for
SIGHUP instead. This would also bring it in line with
x
Package: rxvt
Version: 1:2.6.4-10
Severity: normal
Try this, reproducible 100% times here.
1) run rxvt
2) from within it, in your shell (bash in my case), do
rxvt&
to spawn a child rxvt
3) try closing the parent rxvt via the X window manager (the window
decorations close button). This wi
2 matches
Mail list logo