[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.4 and 1.5

version 1.4, 2001/11/19 19:02:14 version 1.5, 2003/04/10 15:53:30
Line 471 
Line 471 
                 {                  {
                         so_enter();                          so_enter();
                         putstr(p);                          putstr(p);
                         if (be_helpful)                          if (be_helpful && strlen(p) + 40 < sc_width)
                                 putstr(" [Press space to continue, 'q' to quit.]");                                  putstr(" [Press space to continue, 'q' to quit.]");
                         so_exit();                          so_exit();
                 }                  }

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