From 56a2de1b74225f056c8dee1bfd3156d1d6aea68f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 17 Sep 2009 18:17:01 +0000 Subject: I had to comment on a little comment I forgot to put in. --- netnuke.c | 1 + 1 file changed, 1 insertion(+) diff --git a/netnuke.c b/netnuke.c index 95c6b66..d776b85 100644 --- a/netnuke.c +++ b/netnuke.c @@ -695,6 +695,7 @@ void cleanup() int columns = tgetnum("co"); int col = 0; #else + /* It appears the termcap library under Linux does not function correctly */ int columns = 80; int col = 0; #endif -- cgit