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

Diff for /src/usr.bin/less/forwback.c between version 1.1 and 1.2

version 1.1, 1996/09/21 05:39:42 version 1.2, 1996/09/21 06:06:39
Line 42 
Line 42 
 extern int quiet;  extern int quiet;
 extern int sc_width, sc_height;  extern int sc_width, sc_height;
 extern int quit_at_eof;  extern int quit_at_eof;
   extern int less_mode;
 extern int plusoption;  extern int plusoption;
 extern int forw_scroll;  extern int forw_scroll;
 extern int back_scroll;  extern int back_scroll;
Line 350 
Line 351 
                                         pos = position(BOTTOM_PLUS_ONE);                                          pos = position(BOTTOM_PLUS_ONE);
                                 } while (pos == NULL_POSITION);                                  } while (pos == NULL_POSITION);
                         }                          }
                 } else                  } else {
                 {  
                         eof_bell();                          eof_bell();
                         hit_eof++;                          hit_eof++;
                         return;                          return;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2