STINNER Victor <[email protected]> added the comment: > implicit declaration of function ‘wget_wch’
curses_unicode.patch of issue #12567 adds a HAVE_NCURSESW define to only use wide character functions if _curses is linked to libncursesw. This define can be used to fix this bug (use wget_ch whereas it is not available). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6755> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
