X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fchgat.c;h=72dd48b6afff9765e4a8b48674c06d7f29fdb01f;hp=56f6d2cbb8c619ac54eb473932470ed128597e21;hb=22a4b929f47f85588dc07fddf98b09776cec658f;hpb=a8e3f06ac309504143cd56ac9ec55889bfdf4914 diff --git a/test/chgat.c b/test/chgat.c index 56f6d2cb..72dd48b6 100644 --- a/test/chgat.c +++ b/test/chgat.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: chgat.c,v 1.16 2017/04/16 15:15:34 tom Exp $ + * $Id: chgat.c,v 1.17 2017/09/28 23:04:14 tom Exp $ * * test-driver for chgat/wchgat/mvchgat/mvwchgat */ @@ -103,11 +103,11 @@ video_params(size_t state, attr_t *attr) attr_t attr; const char *msg; } table[] = { - { A_NORMAL, "normal" }, - { A_BOLD, "bold" }, - { A_REVERSE, "reverse" }, - { A_UNDERLINE, "underline" }, - { A_BLINK, "blink" }, + { WA_NORMAL, "normal" }, + { WA_BOLD, "bold" }, + { WA_REVERSE, "reverse" }, + { WA_UNDERLINE, "underline" }, + { WA_BLINK, "blink" }, }; /* *INDENT-ON* */