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

Diff for /src/usr.bin/less/main.c between version 1.39 and 1.40

version 1.39, 2022/12/26 19:16:01 version 1.40, 2024/04/14 18:11:54
Line 53 
Line 53 
 extern int      quit_at_eof;  extern int      quit_at_eof;
 extern int      pr_type;  extern int      pr_type;
 extern int      hilite_search;  extern int      hilite_search;
 extern int      use_lessopen;  
 extern int      no_init;  extern int      no_init;
 extern int      top_scroll;  extern int      top_scroll;
 extern int      errmsgs;  extern int      errmsgs;
Line 130 
Line 129 
   
                 /* do not highlight search terms */                  /* do not highlight search terms */
                 hilite_search = OPT_OFF;                  hilite_search = OPT_OFF;
   
                 /* do not use LESSOPEN */  
                 use_lessopen = OPT_OFF;  
   
                 /* do not set init strings to terminal */                  /* do not set init strings to terminal */
                 no_init = OPT_ON;                  no_init = OPT_ON;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40