diff --git a/harbour/include/inkey.ch b/harbour/include/inkey.ch new file mode 100644 index 0000000000..24225a43dc --- /dev/null +++ b/harbour/include/inkey.ch @@ -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 diff --git a/harbour/include/setcurs.ch b/harbour/include/setcurs.ch new file mode 100644 index 0000000000..cdf02e773a --- /dev/null +++ b/harbour/include/setcurs.ch @@ -0,0 +1,5 @@ +#define SC_NONE 0 +#define SC_NORMAL 1 +#define SC_INSERT 2 +#define SC_SPECIAL1 3 +#define SC_SPECIAL2 4