]> diplodocus.org Git - nmh/blobdiff - sbr/terminal.c
Makefile.am: Alter long lists to be sorted, one entry per line.
[nmh] / sbr / terminal.c
index cf71de03ade036dd7a50e6b115fe787c19d66d20..51dd1298b3ee5baf896df5997ffd2747bb3d150d 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * termsbr.c -- termcap support
+/* terminal.c -- termcap support
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -25,7 +23,7 @@ static int initLI = 0;
 static int initCO = 0;
 
 static int LI = 40;                /* number of lines                        */
-static int CO = 80;                /* number of colum                      */
+static int CO = 80;                /* number of columns                      */
 static char *ti_clear = NULL;      /* terminfo string to clear screen        */
 static char *ti_standend = NULL;   /* terminfo string to end standout mode   */
 static char *ti_standbegin = NULL; /* terminfo string to begin standout mode */