[gforth] / gforth / Attic / io.h  

gforth: gforth/Attic/io.h

Diff for /gforth/Attic/io.h between version 1.8 and 1.9

version 1.8, Thu Sep 19 22:17:32 1996 UTC version 1.9, Mon Sep 23 20:42:00 1996 UTC
Line 37 
Line 37 
 void deprep_terminal();  void deprep_terminal();
 void get_winsize(void);  void get_winsize(void);
   
 extern int terminal_prepped;  
   
 #  define key()         getkey(stdin)  #  define key()         getkey(stdin)
 #  define key_query     -(!!key_avail(stdin)) /* !! FLAG(...)? - anton */  #  define key_query     -(!!key_avail(stdin)) /* !! FLAG(...)? - anton */
                         /* flag was originally wrong -- lennart */                          /* flag was originally wrong -- lennart */
Line 46 
Line 44 
   
 void install_signal_handlers(void);  void install_signal_handlers(void);
 extern UCell rows, cols;  extern UCell rows, cols;
   extern int terminal_prepped;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help