aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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