X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fextended_color.c;h=c83f8212ea07bc62d046ff8bdf3bc8a524c6cc75;hb=67ea6645053c80c6eea47a4ff6d9153da83ac2ac;hp=bc52cc4889c8bc26ed3bb7d7d4fb63506e277ae6;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/test/extended_color.c b/test/extended_color.c index bc52cc48..c83f8212 100644 --- a/test/extended_color.c +++ b/test/extended_color.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2018-2020,2022 Thomas E. Dickey * * Copyright 2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: extended_color.c,v 1.15 2020/02/02 23:34:34 tom Exp $ + * $Id: extended_color.c,v 1.16 2022/04/16 18:27:24 tom Exp $ */ #include @@ -175,6 +175,7 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) } } + setlocale(LC_ALL, ""); slk_init(1); sp = newterm(NULL, stdout, stdin); cbreak();