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

Diff for /src/usr.bin/less/line.c between version 1.18 and 1.19

version 1.18, 2016/01/26 01:51:06 version 1.19, 2016/03/16 15:36:26
Line 15 
Line 15 
  * in preparation for output to the screen.   * in preparation for output to the screen.
  */   */
   
 #include "less.h"  
 #include "charset.h"  #include "charset.h"
   #include "less.h"
   
 static char *linebuf = NULL;    /* Buffer which holds the current output line */  static char *linebuf = NULL;    /* Buffer which holds the current output line */
 static char *attr = NULL;       /* Extension of linebuf to hold attributes */  static char *attr = NULL;       /* Extension of linebuf to hold attributes */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19