14 lines
214 B
C
14 lines
214 B
C
|
|
$FreeBSD$
|
|
|
|
--- include/initcurs.h.orig
|
|
+++ include/initcurs.h
|
|
@@ -41,7 +41,7 @@
|
|
initcurs();
|
|
~initcurs();
|
|
|
|
- inline bool initcurs::hascolors() const {
|
|
+ inline bool hascolors() const {
|
|
return colors;
|
|
}
|
|
|