X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=tack%2Ftack.h;fp=tack%2Ftack.h;h=933f542bdb2ea1dea7d73c7fb05128db05e69dc5;hb=027ae42953e3186daed8f3882da73de48291b606;hp=da10bb5b259e97e38af29fa193d252849a9e02ce;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;p=ncurses.git diff --git a/tack/tack.h b/tack/tack.h index da10bb5b..933f542b 100644 --- a/tack/tack.h +++ b/tack/tack.h @@ -19,7 +19,7 @@ ** Boston, MA 02110-1301, USA */ -/* $Id: tack.h,v 1.14 2005/09/17 19:49:16 tom Exp $ */ +/* $Id: tack.h,v 1.16 2006/11/25 23:45:00 tom Exp $ */ #ifndef NCURSES_TACK_H_incl #define NCURSES_TACK_H_incl 1 @@ -48,6 +48,7 @@ #include #include +#include #if USE_RCS_IDS #define MODULE_ID(id) static const char Ident[] = id; @@ -60,6 +61,10 @@ extern char *_nc_strstr(const char *, const char *); #define strstr(h,n) _nc_strstr(h,n) #endif +#define CUR_TP (&(cur_term->type)) +#define MAX_STRINGS NUM_STRINGS(CUR_TP) +#define STR_NAME(n) ExtStrname(CUR_TP,n,strnames) + #define UChar(c) ((unsigned char)(c)) extern FILE *log_fp;