[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.9 and 1.10

version 1.9, 2002/02/14 14:24:21 version 1.10, 2002/02/16 21:27:49
Line 65 
Line 65 
         XSHORT  s_cost;         /* Display cost.                 */          XSHORT  s_cost;         /* Display cost.                 */
 } SCORE;  } SCORE;
   
 void    vtmove __P((int, int));  void    vtmove(int, int);
 void    vtputc __P((int));  void    vtputc(int);
 void    vtpute __P((int));  void    vtpute(int);
 int     vtputs __P((char *));  int     vtputs(char *);
 void    vteeol __P((void));  void    vteeol(void);
 void    updext __P((int, int));  void    updext(int, int);
 void    modeline __P((MGWIN *));  void    modeline(MGWIN *);
 void    setscores __P((int, int));  void    setscores(int, int);
 void    traceback __P((int, int, int, int));  void    traceback(int, int, int, int);
 void    ucopy __P((VIDEO *, VIDEO *));  void    ucopy(VIDEO *, VIDEO *);
 void    uline __P((int, VIDEO *, VIDEO *));  void    uline(int, VIDEO *, VIDEO *);
 void    hash __P((VIDEO *));  void    hash(VIDEO *);
   
   
 int     sgarbf = TRUE;          /* TRUE if screen is garbage.    */  int     sgarbf = TRUE;          /* TRUE if screen is garbage.    */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10