freebsd-ports/mail/gubby/files/patch-include_initcurs.h
2006-12-27 16:20:50 +00:00

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;
}