X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fcurses.priv.h;h=2a511f2bef37f06304340f662249e760128b5bba;hp=2c0ef2122790d761b8725b11799854f754608f3e;hb=7503e8d82292a2a0a4d8bb55bdf3f8a203159f68;hpb=02f1dee48fe8af6ce054388fba739aa4f975004e diff --git a/ncurses/curses.priv.h b/ncurses/curses.priv.h index 2c0ef212..2a511f2b 100644 --- a/ncurses/curses.priv.h +++ b/ncurses/curses.priv.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 1998-2017,2018 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -34,7 +35,7 @@ ****************************************************************************/ /* - * $Id: curses.priv.h,v 1.627 2019/12/14 22:36:12 tom Exp $ + * $Id: curses.priv.h,v 1.629 2020/06/13 21:58:00 tom Exp $ * * curses.priv.h * @@ -952,6 +953,11 @@ typedef struct { time_t dbd_time; /* cache last updated */ ITERATOR_VARS dbd_vars[dbdLAST]; +#if HAVE_TSEARCH + void *cached_tparm; + int count_tparm; +#endif /* HAVE_TSEARCH */ + #ifdef USE_TERM_DRIVER int (*term_driver)(struct DriverTCB*, const char*, int*); #endif