[BACK]Return to spawn.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/spawn.c between version 1.8 and 1.9

version 1.8, 2003/05/20 03:08:55 version 1.9, 2005/04/03 02:09:28
Line 31 
Line 31 
                 epresf = FALSE;                  epresf = FALSE;
         }          }
         if (ttcooked() == FALSE)          if (ttcooked() == FALSE)
                 return(FALSE);                  return (FALSE);
   
         /* Exit application mode and tidy. */          /* Exit application mode and tidy. */
         tttidy();          tttidy();
Line 43 
Line 43 
   
         /* Force repaint. */          /* Force repaint. */
         sgarbf = TRUE;          sgarbf = TRUE;
         return ttraw();          return (ttraw());
 }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9