[go: up one dir, main page]

Menu

Commit [r187]  Maximize  Restore  History

When the user closes the mrxvt window, do not blindly send SIGHUP's and exit.

Instead send SIGHUP's to all childs, and wait for them to exit first.
The previous behaviour caused problems when childs produced output on receiving
SIGHUP (e.g. dtach).
Also, if some tabs don't exit within 2 seconds of receiving SIGHUP, warn the
user of the offending pid's.

gi1242 2006-09-22

changed /mrxvt05b/ChangeLog
changed /mrxvt05b/src/main.c
changed /mrxvt05b/src/protos.h
changed /mrxvt05b/src/tabbar.c