X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_termattrs.c;h=2464ddea8cd15fc56d112862364bb0b305b4d0f4;hb=3183ac61c6bf0a75ee65dc8cbebf54f7c143df46;hp=398bbcd86c9fefbb00dd983922e0cb1852da3676;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2;p=ncurses.git diff --git a/test/test_termattrs.c b/test/test_termattrs.c index 398bbcd8..2464ddea 100644 --- a/test/test_termattrs.c +++ b/test/test_termattrs.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2017 Free Software Foundation, Inc. * + * Copyright 2020,2022 Thomas E. Dickey * + * Copyright 2017 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 * @@ -26,11 +27,12 @@ * authorization. * ****************************************************************************/ /* - * $Id: test_termattrs.c,v 1.2 2017/10/11 08:16:02 tom Exp $ + * $Id: test_termattrs.c,v 1.4 2022/05/15 15:55:30 tom Exp $ * * Demonstrate the termattrs and term_attrs functions. */ +#define USE_CURSES #define USE_TINFO #include