Author: Marius Gedminas <[email protected]>
Branch: py3k
Changeset: r77996:321f5dfaf308
Date: 2015-04-02 11:30 +0300
http://bitbucket.org/pypy/pypy/changeset/321f5dfaf308/
Log: Link against libncursesw, for Unicode support
diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py
--- a/lib_pypy/_curses.py
+++ b/lib_pypy/_curses.py
@@ -324,7 +324,7 @@
void _m_getsyx(int *yx) {
getsyx(yx[0], yx[1]);
}
-""", libraries=['ncurses', 'panel'])
+""", libraries=['ncursesw', 'panel'])
def _copy_to_globals(name):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit