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

Diff for /src/usr.bin/less/command.c between version 1.13 and 1.14

version 1.13, 2014/04/25 13:38:21 version 1.14, 2014/04/26 05:58:43
Line 56 
Line 56 
 extern int forw_prompt;  extern int forw_prompt;
 extern int be_helpful;  extern int be_helpful;
 extern int less_is_more;  extern int less_is_more;
 extern int quit_at_eof;  
   
 #if SHELL_ESCAPE  #if SHELL_ESCAPE
 static char *shellcmd = NULL;   /* For holding last shell command for "!!" */  static char *shellcmd = NULL;   /* For holding last shell command for "!!" */
Line 1259 
Line 1258 
                          * Forward forever, ignoring EOF.                           * Forward forever, ignoring EOF.
                          */                           */
                         newaction = forw_loop(0);                          newaction = forw_loop(0);
                         if (less_is_more)  
                                 quit_at_eof = OPT_ON;  
                         break;                          break;
   
                 case A_F_UNTIL_HILITE:                  case A_F_UNTIL_HILITE:

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14