Hi, I'm using 4.2. I have installed from ports the program mrxvt it works well as people say but I have (I believe) found a buggy behaviour when using mrxvt and ksh (the OpenBSD one).
I launch startx (with fvwm2 and mrxvt on my .xinitrc) as a regular user (it's in the wheel group) and then I open a few tabs on mrxvt (3 or 4), then I close X with Ctrl+Alt+Backspace and I found with 'ps -ax' that the ksh opened with mrxvt (ttyp0, ttyp1, and more) are still running, not mrxvt. When I try to kill them this doesn't works and ps return the "Is+" STATE I get 0wn3d and then try (as root) kill -9 <PIDs> and still doesn't works, ps returns "IEs+" STATE. Even If I have to power off the computer with 'halt -p' these ksh sessions make it imposible, I have to use 'halt -p -q'. This stuff doesn't happends with tcsh and mrxvt. And also if I use rxvt instead of mrxvt this also doesn't happends with ksh. I have not added my dmesg or something else because I really don't know if it's necessary. Hope to be someway util.