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

Diff for /src/usr.bin/mg/echo.c between version 1.33 and 1.34

version 1.33, 2005/05/28 00:41:13 version 1.34, 2005/05/31 20:38:59
Line 203 
Line 203 
                         /* FALLTHROUGH */                          /* FALLTHROUGH */
                 case CCHR('M'):                 /* return, done */                  case CCHR('M'):                 /* return, done */
                         /* if there's nothing in the minibuffer, quit */                          /* if there's nothing in the minibuffer, quit */
                         if (cpos == 0) {                          if (cpos == 0 && !(flag & EFNUL)) {
                                 (void)ctrlg(FFRAND, 0);                                  (void)ctrlg(FFRAND, 0);
                                 ttflush();                                  ttflush();
                                 return (NULL);                                  return (NULL);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34