X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=tack%2Ftack.h;h=f8b244ce69e7f2df2ae29738347c6a4e662ef59f;hp=22e15af574449f27dd4691824d291d5c342dde55;hb=a8987e73ec254703634802b4f7ee30d3a485524d;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/tack/tack.h b/tack/tack.h index 22e15af5..f8b244ce 100644 --- a/tack/tack.h +++ b/tack/tack.h @@ -19,15 +19,15 @@ ** Boston, MA 02111-1307, USA. */ -/* $Id: tack.h,v 1.5 1999/06/26 22:14:07 tom Exp $ */ +/* $Id: tack.h,v 1.10 2003/10/18 22:26:59 tom Exp $ */ -#ifndef _TACK_H -#define _TACK_H 1 +#ifndef NCURSES_TACK_H_incl +#define NCURSES_TACK_H_incl 1 /* terminfo action checker include file */ #define MAJOR_VERSION 1 -#define MINOR_VERSION 0 +#define MINOR_VERSION 1 #ifdef HAVE_CONFIG_H #include @@ -60,6 +60,8 @@ extern char *_nc_strstr(const char *, const char *); #define strstr(h,n) _nc_strstr(h,n) #endif +#define UChar(c) ((unsigned char)(c)) + extern FILE *log_fp; extern FILE *debug_fp; extern int debug_level; @@ -178,14 +180,14 @@ extern const int mode_map[]; extern int tt_delay_max; /* max number of milliseconds we can delay */ extern int tt_delay_used; /* number of milliseconds consumed in delay */ extern const char *tt_cap[TT_MAX]; /* value of string */ -extern int tt_affected[TT_MAX]; /* lines or columns effected (repitition +extern int tt_affected[TT_MAX]; /* lines or columns effected (repetition factor) */ extern int tt_count[TT_MAX]; /* Number of times sent */ extern int tt_delay[TT_MAX]; /* Number of milliseconds delay */ extern int ttp; /* number of entries used */ extern const char *tx_cap[TT_MAX]; /* value of string */ -extern int tx_affected[TT_MAX]; /* lines or columns effected (repitition +extern int tx_affected[TT_MAX]; /* lines or columns effected (repetition factor) */ extern int tx_count[TT_MAX]; /* Number of times sent */ extern int tx_delay[TT_MAX]; /* Number of milliseconds delay */ @@ -400,4 +402,4 @@ extern void menu_clear_screen(struct test_list *, int *, int *); extern void menu_reset_init(struct test_list *, int *, int *); extern int subtest_menu(struct test_list *, int *, int *); -#endif /* _TACK_H */ +#endif /* NCURSES_TACK_H_incl */