We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cadf46 commit 423ca50Copy full SHA for 423ca50
pyrepl/_minimal_curses.py
@@ -17,7 +17,7 @@ class error(Exception):
17
18
19
def _find_clib():
20
- trylibs = ['ncurses', 'curses']
+ trylibs = ['ncursesw', 'ncurses', 'curses']
21
22
for lib in trylibs:
23
path = ctypes.util.find_library(lib)
0 commit comments