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

Diff for /src/usr.bin/mg/def.h between version 1.143 and 1.144

version 1.143, 2015/03/19 21:22:15 version 1.144, 2015/03/25 12:25:36
Line 11 
Line 11 
  */   */
   
 #include        "chrdef.h"  #include        "chrdef.h"
 #include        "ttydef.h"  
   
 typedef int     (*PF)(int, int);        /* generally useful type */  typedef int     (*PF)(int, int);        /* generally useful type */
   
Line 313 
Line 312 
         int              pos;          int              pos;
         char            *content;          char            *content;
 };  };
   
   /*
    * Previously from ttydef.h
    */
   #define STANDOUT_GLITCH                 /* possible standout glitch     */
   
   #define putpad(str, num)        tputs(str, num, ttputc)
   
   #define KFIRST  K00
   #define KLAST   K00
   
 /*  /*
  * Prototypes.   * Prototypes.

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144