Skip to content
Snippets Groups Projects
Commit ff46f784 authored by deuce's avatar deuce
Browse files

Switch to CIOLIB_MODE_CURSES_IBM

parent 4d83ee74
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ int curs_gettext(int sx, int sy, int ex, int ey, void *fillbuf)
thischar=attr&255-'A'+1;
}
else if(attr&A_ALTCHARSET) {
if(!(mode==CIOLIB_CURSES_IBM_MODE)){
if(!(mode==CIOLIB_MODE_CURSES_IBM)){
ext_char=A_ALTCHARSET|(attr&255);
/* likely ones */
if (ext_char == ACS_CKBOARD)
......@@ -432,7 +432,7 @@ int _putch(unsigned char ch, BOOL refresh_now)
int ret;
chtype cha;
if(!(mode==CIOLIB_CURSES_IBM_MODE))
if(!(mode==CIOLIB_MODE_CURSES_IBM))
{
switch(ch)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment