X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=inline;f=ncurses%2Fterm.priv.h;h=03669cb4bf7792a4f4bf7bbe5784ae43bb4fe54f;hb=1c305869cc1b9454efa9325fb5a44b18c79ce91b;hp=ce7a986bd9edb50e507c88f635985187f5144ffc;hpb=f9994a48d2f74b613a0adb19d3917f724d4d1312;p=ncurses.git diff --git a/ncurses/term.priv.h b/ncurses/term.priv.h index ce7a986b..03669cb4 100644 --- a/ncurses/term.priv.h +++ b/ncurses/term.priv.h @@ -27,7 +27,7 @@ ****************************************************************************/ /* - * $Id: term.priv.h,v 1.6 2021/09/26 20:43:08 tom Exp $ + * $Id: term.priv.h,v 1.7 2021/11/20 23:33:33 tom Exp $ * * term.priv.h * @@ -185,6 +185,7 @@ typedef struct { TGETENT_CACHE tgetent_cache[TGETENT_MAX]; int tgetent_index; long tgetent_sequence; + int terminal_count; char * dbd_blob; /* string-heap for dbd_list[] */ char ** dbd_list; /* distinct places to look for data */ @@ -323,6 +324,8 @@ typedef struct { extern NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _nc_prescreen; +extern NCURSES_EXPORT(void) _nc_free_tparm(TERMINAL*); + #ifdef __cplusplus } #endif