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

Diff for /src/usr.bin/less/edit.c between version 1.19 and 1.20

version 1.19, 2015/11/09 16:46:42 version 1.20, 2015/11/13 16:48:48
Line 347 
Line 347 
         }          }
         free(qopen_filename);          free(qopen_filename);
         no_display = !any_display;          no_display = !any_display;
         flush();          flush(0);
         any_display = TRUE;          any_display = TRUE;
   
         if (is_tty) {          if (is_tty) {
Line 626 
Line 626 
   
         while ((c = ch_forw_get()) != EOI)          while ((c = ch_forw_get()) != EOI)
                 putchr(c);                  putchr(c);
         flush();          flush(0);
 }  }
   
 /*  /*

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20