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

Diff for /src/usr.bin/less/opttbl.c between version 1.6 and 1.7

version 1.6, 2003/04/13 18:26:26 version 1.7, 2003/04/14 14:33:57
Line 36 
Line 36 
 public int caseless;            /* Do "caseless" searches */  public int caseless;            /* Do "caseless" searches */
 public int linenums;            /* Use line numbers */  public int linenums;            /* Use line numbers */
 public int autobuf;             /* Automatically allocate buffers as needed */  public int autobuf;             /* Automatically allocate buffers as needed */
   public int nohelp;              /* Disable the HELP command */
 public int bufspace;            /* Max buffer space per file (K) */  public int bufspace;            /* Max buffer space per file (K) */
 public int ctldisp;             /* Send control chars to screen untranslated */  public int ctldisp;             /* Send control chars to screen untranslated */
 public int force_open;          /* Open the file even if not regular file */  public int force_open;          /* Open the file even if not regular file */
Line 213 
Line 214 
                 {                  {
                         "Backwards scroll limit: ",                          "Backwards scroll limit: ",
                         "Backwards scroll limit is %d lines",                          "Backwards scroll limit is %d lines",
                           NULL
                   }
           },
           { 'H',  NULL,
                   BOOL|NO_TOGGLE, OPT_OFF, &nohelp, NULL,
                   {
                           "Allow help command",
                           "Don't allow help command",
                         NULL                          NULL
                 }                  }
         },          },

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7