ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/iom.C
(Generate patch)

Comparing rxvt-unicode/src/iom.C (file contents):
Revision 1.34 by root, Thu Jan 19 11:56:00 2006 UTC vs.
Revision 1.35 by root, Sat Jan 21 14:25:05 2006 UTC

116 116
117 if (!w) 117 if (!w)
118 pw.erase_unordered (i); 118 pw.erase_unordered (i);
119 else if (w->pid == pid) 119 else if (w->pid == pid)
120 { 120 {
121 w->stop (); 121 io_manager::unreg (*w);
122 w->call (*w, status); 122 w->call (*w, status);
123 } 123 }
124 } 124 }
125 125
126 } 126 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines