aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-17 14:17:01 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-17 14:17:01 -0400
commit56a2de1b74225f056c8dee1bfd3156d1d6aea68f (patch)
treeb24fd14860716429958dc1cf99ff498f399c5efe
parent5fcb64142ee72a66cfbcf3be233a1b93f694ccba (diff)
downloadNetNuke-56a2de1b74225f056c8dee1bfd3156d1d6aea68f.tar.gz
I had to comment on a little comment I forgot to put in.
-rw-r--r--netnuke.c1
1 files changed, 1 insertions, 0 deletions
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