allow for unicode characters in progressbar_look

This commit is contained in:
Andrzej Rybczak
2009-08-26 18:13:33 +02:00
parent 6f88f9aeb2
commit bc1a8a2d1a
5 changed files with 14 additions and 9 deletions

View File

@@ -37,7 +37,6 @@ void NCurses::InitScreen(GNUC_UNUSED const char *window_title, bool enable_color
COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW,
COLOR_BLUE, COLOR_MAGENTA, COLOR_CYAN, COLOR_WHITE
};
setlocale(LC_ALL, "");
# ifdef XCURSES
Xinitscr(1, const_cast<char **>(&window_title));
# else