X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fcurses.priv.h;h=cebf4ad655373f9bf76d526a5f9cc9b8f296a7cd;hp=46445329f1c5452b92eee956ca93788e76bed7ec;hb=925cd3b851aa2c58529dfaba8ed2c727e718a1e0;hpb=1c551ea75ea57f9186fbe8d79674ac85baa4d358 diff --git a/ncurses/curses.priv.h b/ncurses/curses.priv.h index 46445329..cebf4ad6 100644 --- a/ncurses/curses.priv.h +++ b/ncurses/curses.priv.h @@ -34,7 +34,7 @@ ****************************************************************************/ /* - * $Id: curses.priv.h,v 1.514 2012/12/15 20:03:45 tom Exp $ + * $Id: curses.priv.h,v 1.515 2012/12/22 21:20:22 tom Exp $ * * curses.priv.h * @@ -1208,6 +1208,7 @@ struct screen { * UTF-8, but do not permit ACS at the same time (see tty_update.c). */ bool _screen_acs_fix; + bool _screen_unicode; #endif bool _use_tioctl;