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

Diff for /src/usr.bin/mg/Attic/ttydef.h between version 1.7 and 1.8

version 1.7, 2004/07/08 22:15:42 version 1.8, 2005/04/03 02:09:28
Line 9 
Line 9 
  */   */
   
 #define GOSLING                         /* Compile in fancy display.     */  #define GOSLING                         /* Compile in fancy display.     */
 /* #define      MEMMAP                *//* Not memory mapped video.      */  
   
 /* #define      MOVE_STANDOUT         *//* don't move in standout mode   */  
 #define STANDOUT_GLITCH                 /* possible standout glitch      */  #define STANDOUT_GLITCH                 /* possible standout glitch      */
 #define TERMCAP                         /* for possible use in ttyio.c   */  #define TERMCAP                         /* for possible use in ttyio.c   */
   
   #ifdef undef
   #define MEMMAP                                  /* Not memory mapped video.      */
   #define MOVE_STANDOUT                           /* don't move in standout mode   */
   #endif /* undef */
   
 #define putpad(str, num)        tputs(str, num, ttputc)  #define putpad(str, num)        tputs(str, num, ttputc)
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8