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

Comparing rxvt-unicode/src/rxvtd.C (file contents):
Revision 1.61 by root, Thu May 22 18:54:33 2014 UTC vs.
Revision 1.62 by sf-exg, Mon Oct 6 11:14:49 2014 UTC

213 term->destroy (); 213 term->destroy ();
214 214
215 send ("END"); send (success ? 1 : 0); 215 send ("END"); send (success ? 1 : 0);
216 } 216 }
217 } 217 }
218 else if (!strcmp (tok, "QUIT"))
219 _exit (0);
218 else 220 else
219 return err ("protocol error: request '%s' unsupported.\n", (char *)tok); 221 return err ("protocol error: request '%s' unsupported.\n", (char *)tok);
220 } 222 }
221 else 223 else
222 return err (); 224 return err ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines