status display - core modules (trunk only)
Introduction of a new set of window port status display routines. The new routines are conditional on STATUS_VIA_WINDOWPORT being defined in config.h. See the experimental section, where the #define resides for the time being.
This commit is contained in:
@@ -14,6 +14,10 @@ typedef union any {
|
||||
int a_int;
|
||||
char a_char;
|
||||
schar a_schar;
|
||||
unsigned int a_uint;
|
||||
int *a_iptr;
|
||||
long *a_lptr;
|
||||
unsigned *a_uptr;
|
||||
/* add types as needed */
|
||||
} anything;
|
||||
#define ANY_P union any /* avoid typedef in prototypes */
|
||||
@@ -67,5 +71,4 @@ typedef struct mi {
|
||||
#define MENU_INVERT_PAGE '~'
|
||||
#define MENU_SEARCH ':'
|
||||
|
||||
|
||||
#endif /* WINTYPE_H */
|
||||
|
||||
Reference in New Issue
Block a user