X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fterm.priv.h;h=85380ac33e212ed210dcb7080e2d6b570cb08c04;hb=f6b436c4fb50275df43ea10ba9c744fe195a327d;hp=f31e9f587bc106ba6672eb3ad5d8ec3bd958584b;hpb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;p=ncurses.git diff --git a/ncurses/term.priv.h b/ncurses/term.priv.h index f31e9f58..85380ac3 100644 --- a/ncurses/term.priv.h +++ b/ncurses/term.priv.h @@ -27,7 +27,7 @@ ****************************************************************************/ /* - * $Id: term.priv.h,v 1.4 2021/08/19 20:02:09 tom Exp $ + * $Id: term.priv.h,v 1.5 2021/09/24 16:42:04 tom Exp $ * * term.priv.h * @@ -102,11 +102,6 @@ typedef struct { /* * Internals for term.h */ - -#if NCURSES_EXT_COLORS -typedef struct termtype2 TERMTYPE2; -#endif - typedef struct term { /* describe an actual terminal */ TERMTYPE type; /* terminal type description */ short Filedes; /* file description being written to */ @@ -118,6 +113,7 @@ typedef struct term { /* describe an actual terminal */ #if NCURSES_EXT_COLORS TERMTYPE2 type2; /* extended terminal type description */ #endif +#undef TERMINAL } TERMINAL; /*