X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fcolor_set.c;h=cfe3755bd7de292efe6a40fd43c6ce67807327c5;hp=477d049c8b5e431f721caa961c669f5a561f44bb;hb=9d37907c2305ee3dc7b829e98a465c3def2074f0;hpb=d76c9bfec68e0efa6e1b8e95b32b66caf25cfc12 diff --git a/test/color_set.c b/test/color_set.c index 477d049c..cfe3755b 100644 --- a/test/color_set.c +++ b/test/color_set.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2003-2012,2014 Free Software Foundation, Inc. * + * Copyright (c) 2003-2014,2019 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,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: color_set.c,v 1.8 2014/02/01 22:10:42 tom Exp $ + * $Id: color_set.c,v 1.9 2019/08/17 21:49:19 tom Exp $ */ #include @@ -39,13 +39,14 @@ int main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) { NCURSES_COLOR_T f, b; - int i; initscr(); cbreak(); noecho(); if (has_colors()) { + int i; + start_color(); (void) pair_content(0, &f, &b);