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 026f3e9 commit 99464d6Copy full SHA for 99464d6
curses.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new { |s|
2
s.name = "curses"
3
- s.version = "1.4.3"
+ s.version = "1.4.4.beta.1"
4
s.author = ["Shugo Maeda", 'Eric Hodel']
5
s.email = ["shugo@ruby-lang.org", 'drbrain@segment7.net']
6
s.homepage = "https://github.com/ruby/curses"
ext/curses/curses.c
@@ -1366,7 +1366,7 @@ curses_can_change_color(VALUE obj)
1366
return can_change_color() ? Qtrue : Qfalse;
1367
}
1368
1369
-#if defined(HAVE_COLORS)
+#if defined(HAVE_COLORS) || defined(COLORS)
1370
/*
1371
* Document-method: Curses.color
1372
*
0 commit comments