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 4347e4f commit 5105313Copy full SHA for 5105313
lib/reline/terminfo.rb
@@ -24,8 +24,7 @@ def self.curses_dl_files
24
when /darwin/
25
%w[libncursesw.dylib libcursesw.dylib libncurses.dylib libcurses.dylib]
26
else
27
- %w[libncursesw.so libcursesw.so libncurses.so libcurses.so
28
- libncursesw.so.6 libncurses.so.6]
+ %w[libncursesw.so libcursesw.so libncurses.so libcurses.so]
29
end
30
31
0 commit comments