mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-02-18 03:24:41 +00:00
30 lines
504 B
C
30 lines
504 B
C
|
/* c-isc.h: Hint file for curses on Interactive System V, release 3.2.
|
||
|
This was tested on version 3.01, but probably will work for most
|
||
|
generic SysV curses.
|
||
|
Andy Dougherty doughera@lafcol.lafayette.edu
|
||
|
*/
|
||
|
|
||
|
#include <curses.h>
|
||
|
|
||
|
#ifdef C_PANELSUPPORT
|
||
|
#include <panel.h>
|
||
|
#endif
|
||
|
|
||
|
#ifdef C_MENUSUPPORT
|
||
|
#include <menu.h>
|
||
|
#endif
|
||
|
|
||
|
#ifdef C_FORMSUPPORT
|
||
|
#include <form.h>
|
||
|
#endif
|
||
|
|
||
|
#define C_LONGNAME
|
||
|
#define C_LONG0ARGS
|
||
|
#undef C_LONG2ARGS
|
||
|
|
||
|
#define C_TOUCHLINE
|
||
|
#define C_TOUCH3ARGS
|
||
|
#undef C_TOUCH4ARGS
|
||
|
|
||
|
|