repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 86814bacffc77a557bd7b12d1ce2380f43f98afd: path_to: revision_to:
commit 86814bacffc77a557bd7b12d1ce2380f43f98afd Author: Marc LehmannDate: Fri Dec 5 04:27:20 2003 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C +++ b/src/command.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: command.c *----------------------------------------------------------------------* - * $Id: command.C,v 1.12 2003/12/05 04:05:13 pcg Exp $ + * $Id: command.C,v 1.13 2003/12/05 04:27:20 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury@@ -774,10 +774,10 @@ rxvt_term::pty_fill () cmdbuf_endp += n; return true; } - else if (n < 0 && errno == EAGAIN) - return false; + else if (n < 0 && errno != EAGAIN) + destroy (); - destroy (); + return false; } void
-----END OF PAGE-----