1
1

change check S-LANG for use addch()

Этот коммит содержится в:
Ilia Maslakov 2009-04-20 10:56:31 +00:00
родитель 571ed66b76
Коммит cc54a2083b

Просмотреть файл

@ -300,7 +300,7 @@ print_to_widget (WEdit *edit, long row, int start_col, int start_col_real,
lowlevel_set_color (color);
}
}
#ifdef USE_NCURSES
#ifndef HAVE_SLANG
int res = g_unichar_to_utf8 (textchar, str);
if ( res == 0 ) {
str[0] = '.';