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 320f090 commit b0b75fcCopy full SHA for b0b75fc
lib/reline/terminfo.rb
@@ -11,6 +11,10 @@ def self.curses_dl_files
11
when /mingw/, /mswin/
12
# aren't supported
13
[]
14
+ when /cygwin/
15
+ %w[cygncursesw-10.dll cygncurses-10.dll]
16
+ when /darwin/
17
+ %w[libncursesw.dylib libcursesw.dylib libncurses.dylib libcurses.dylib]
18
else
19
%w[libncursesw.so libcursesw.so libncurses.so libcurses.so]
20
end
0 commit comments