Files
harbour-core/harbour/include/setcurs.ch
1999-08-03 15:36:07 +00:00

17 lines
260 B
Plaintext

/*
* $Id$
*/
/* NOTE: This file is also used by C code. */
#ifndef _SETCURS_CH
#define _SETCURS_CH
#define SC_NONE 0
#define SC_NORMAL 1
#define SC_INSERT 2
#define SC_SPECIAL1 3
#define SC_SPECIAL2 4
#endif /* _SETCURS_CH */