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

Diff for /src/usr.bin/mg/display.c between version 1.30 and 1.31

version 1.30, 2006/07/25 08:22:32 version 1.31, 2006/11/19 16:51:19
Line 104 
Line 104 
 #ifndef LINENOMODE  #ifndef LINENOMODE
 #define LINENOMODE TRUE  #define LINENOMODE TRUE
 #endif /* !LINENOMODE */  #endif /* !LINENOMODE */
 static int      linenos = LINENOMODE;  static int       linenos = LINENOMODE;
   
 /*  /*
  * Since we don't have variables (we probably should) this is a command   * Since we don't have variables (we probably should) this is a command
Line 119 
Line 119 
         else          else
                 linenos = !linenos;                  linenos = !linenos;
   
         sgarbf = TRUE;          sgarbf = TRUE;
   
         return (TRUE);          return (TRUE);
 }  }

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31