[go: up one dir, main page]

Menu

Commit [r186]  Maximize  Restore  History

BugFix: When execing processes in the background (via -blc or Exec macro), we

should waitpid() them when they are done. Otherwise they become zombies, and
clutter up the process tree. [This could be problematic with -blc, especially
if user produces lots of bells]
.
Also renamed "vt_died" to the more intuitive "ndead_childs".

gi1242 2006-09-22

changed /mrxvt05b/src/command.c
changed /mrxvt05b/src/feature.h
changed /mrxvt05b/src/init.c
changed /mrxvt05b/src/main.c
changed /mrxvt05b/src/rxvtlib.h