Initial Revision (renamed to lowercase)
This commit is contained in:
7
harbour/include/inkey.ch
Normal file
7
harbour/include/inkey.ch
Normal file
@@ -0,0 +1,7 @@
|
||||
#define INKEY_MOVE 1
|
||||
#define INKEY_LDOWN 2
|
||||
#define INKEY_LUP 4
|
||||
#define INKEY_RDOWN 8
|
||||
#define INKEY_RUP 16
|
||||
#define INKEY_KEYBOARD 128
|
||||
#define INKEY_ALL 159
|
||||
5
harbour/include/setcurs.ch
Normal file
5
harbour/include/setcurs.ch
Normal file
@@ -0,0 +1,5 @@
|
||||
#define SC_NONE 0
|
||||
#define SC_NORMAL 1
|
||||
#define SC_INSERT 2
|
||||
#define SC_SPECIAL1 3
|
||||
#define SC_SPECIAL2 4
|
||||
Reference in New Issue
Block a user