/[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.7 by sysadm, Mon Mar 21 17:08:21 2005 UTC Revision 1.9 by sysadm, Fri May 6 15:48:44 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 27  Line 30 
30  #ifndef EXTEND_KEY  #ifndef EXTEND_KEY
31  #define EXTEND_KEY  #define EXTEND_KEY
32  #define KEY_NULL        0xffff  #define KEY_NULL        0xffff
33    #define KEY_TIMEOUT     0xfffe
34  #define KEY_CONTROL     0xff  #define KEY_CONTROL     0xff
35  #define KEY_TAB         9  #define KEY_TAB         9
36  #define KEY_ESC         27  #define KEY_ESC         27
# Line 55  Line 59 
59  #define Ctrl(C)         ((C) - 'A' + 1)  #define Ctrl(C)         ((C) - 'A' + 1)
60    
61  extern int screen_lines;  extern int screen_lines;
62    
63    #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