/[LeafOK_CVS]/lbbs/include/io.h
ViewVC logotype

Diff of /lbbs/include/io.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.8 by sysadm, Tue Mar 22 08:19:11 2005 UTC Revision 1.10 by sysadm, Fri May 6 16:37:59 2005 UTC
# Line 15  Line 15 
15   *                                                                         *   *                                                                         *
16   ***************************************************************************/   ***************************************************************************/
17    
18    #ifndef _IO_H_
19    #define _IO_H_
20    
21  #include <stdio.h>  #include <stdio.h>
22    
23  #define ESC_KEY         '\033'  #define ESC_KEY         '\033'
# Line 55  Line 58 
58    
59  #define Ctrl(C)         ((C) - 'A' + 1)  #define Ctrl(C)         ((C) - 'A' + 1)
60    
61    #define DOECHO                  (1)
62    #define NOECHO                  (0)
63    
64  extern int screen_lines;  extern int screen_lines;
65    
66    #endif //_IO_H_


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1