X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fwidechar%2Flib_wacs.c;fp=ncurses%2Fwidechar%2Flib_wacs.c;h=33e001fa93e700eed6b42399243fe7b8358e5880;hp=e7588ee74934e26303b76bf2e4bc648548f5291e;hb=eee1237c858e39ddc0970dfc5a44d0ec76e2d9e4;hpb=2403eaecbe5b488358485a3deb351ab552af8791 diff --git a/ncurses/widechar/lib_wacs.c b/ncurses/widechar/lib_wacs.c index e7588ee7..33e001fa 100644 --- a/ncurses/widechar/lib_wacs.c +++ b/ncurses/widechar/lib_wacs.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2002-2010,2012 Free Software Foundation, Inc. * + * Copyright (c) 2002-2012,2013 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 * @@ -32,7 +32,7 @@ #include -MODULE_ID("$Id: lib_wacs.c,v 1.12 2012/10/27 21:58:03 tom Exp $") +MODULE_ID("$Id: lib_wacs.c,v 1.13 2013/02/02 17:10:48 tom Exp $") NCURSES_EXPORT_VAR(cchar_t) * _nc_wacs = 0; @@ -126,7 +126,7 @@ _nc_init_wacs(void) m = table[n].map; if (active && (wide == 1)) { - SetChar(_nc_wacs[m], table[n].value[active], A_NORMAL); + SetChar(_nc_wacs[m], table[n].value[1], A_NORMAL); } else if (acs_map[m] & A_ALTCHARSET) { SetChar(_nc_wacs[m], m, A_ALTCHARSET); } else {