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

Diff for /src/usr.bin/less/signal.c between version 1.5 and 1.6

version 1.5, 2003/06/07 03:35:19 version 1.6, 2003/06/18 18:40:09
Line 245 
Line 245 
                 if (lnloop)                  if (lnloop)
                 {                  {
                         lnloop = 0;                          lnloop = 0;
                         if (linenums == 2)                          if (linenums == OPT_ONPLUS)
                                 screen_trashed = 1;                                  screen_trashed = 1;
                         linenums = 0;                          linenums = 0;
                         error("Line numbers turned off", NULL_PARG);                          error("Line numbers turned off", NULL_PARG);

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