X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=include%2Fnc_tparm.h;h=78170993fa1720ecd3bc531b1c35978cf32959b9;hb=f4a8d7509dab16e7abdfb9d484c51116317b159d;hp=943d9476055d53b0a5437e18bdff6770452a8090;hpb=790a85dbd4a81d5f5d8dd02a44d84f01512ef443;p=ncurses.git diff --git a/include/nc_tparm.h b/include/nc_tparm.h index 943d9476..78170993 100644 --- a/include/nc_tparm.h +++ b/include/nc_tparm.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 2018-2020,2023 Thomas E. Dickey * * Copyright 2006-2012,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -31,7 +31,7 @@ * Author: Thomas E. Dickey 2006 * ****************************************************************************/ -/* $Id: nc_tparm.h,v 1.11 2020/05/27 23:33:31 tom Exp $ */ +/* $Id: nc_tparm.h,v 1.12 2023/04/16 17:57:28 tom Exp $ */ #ifndef NC_TPARM_included #define NC_TPARM_included 1 @@ -78,6 +78,7 @@ #endif #ifdef NCURSES_INTERNALS +#define TIPARM_0(s) _nc_tiparm(0,s) #define TIPARM_1(s,a) _nc_tiparm(1,s,a) #define TIPARM_2(s,a,b) _nc_tiparm(2,s,a,b) #define TIPARM_3(s,a,b,c) _nc_tiparm(3,s,a,b,c)