Skip to content

Commit 423ca50

Browse files
committed
1 parent 6cadf46 commit 423ca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrepl/_minimal_curses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class error(Exception):
1717

1818

1919
def _find_clib():
20-
trylibs = ['ncurses', 'curses']
20+
trylibs = ['ncursesw', 'ncurses', 'curses']
2121

2222
for lib in trylibs:
2323
path = ctypes.util.find_library(lib)

0 commit comments

Comments
 (0)