[BACK]Return to banner.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / banner

Diff for /src/usr.bin/banner/banner.h between version 1.3 and 1.4

version 1.3, 2003/03/13 23:11:16 version 1.4, 2017/05/27 07:55:44
Line 24 
Line 24 
 #define BACKGND         ' '  #define BACKGND         ' '
 #define INVALID         '_'  #define INVALID         '_'
   
 #ifdef LPD_CHSET  
 #define HEIGHT  9               /* height of characters */  
 #define DROP    3               /* offset to drop characters with descenders */  
 #else  
 #define HEIGHT  8               /* height of characters */  #define HEIGHT  8               /* height of characters */
 #define DROP    0               /* offset to drop characters with descenders */  #define DROP    0               /* offset to drop characters with descenders */
 #endif  
 #define WIDTH   8               /* width of characters */  #define WIDTH   8               /* width of characters */
   

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