X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=include%2Ftic.h;h=302c06d8a8b274e9b3511b57010c64af1d66c7dd;hb=c11444e368f1d5964bd0f81e6e3b0f8c8ccd09cc;hp=36169f027c248503e9abe337354ec2e1e7d8f2ed;hpb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;p=ncurses.git diff --git a/include/tic.h b/include/tic.h index 36169f02..302c06d8 100644 --- a/include/tic.h +++ b/include/tic.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2020,2021 Thomas E. Dickey * + * Copyright 2018-2021,2022 Thomas E. Dickey * * Copyright 1998-2012,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -34,7 +34,7 @@ ****************************************************************************/ /* - * $Id: tic.h,v 1.84 2021/08/21 00:24:45 tom Exp $ + * $Id: tic.h,v 1.86 2022/09/17 16:01:45 tom Exp $ * tic.h - Global variables and structures for the terminfo compiler. */ @@ -135,8 +135,7 @@ extern "C" { #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT) #define set_trace_level(n) \ - _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL) \ - + DEBUG_LEVEL(MAX_DEBUG_LEVEL) - 1, \ + _nc_tracing &= TRACE_MAXIMUM, \ _nc_tracing |= DEBUG_LEVEL(n) #ifdef TRACE