summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-23 01:34:07 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-23 01:34:07 +0000
commit6a428f7704bfb328b10858e02e995d489783ee5a (patch)
treeea81b16a05faa942d764f9f11e883e2e05987efa /src/dispnew.c
parent26ff97e7d120038ca103902f3e9143e6f5675e61 (diff)
downloademacs-6a428f7704bfb328b10858e02e995d489783ee5a.tar.gz
Comment fix.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index ef582f195c5..bb21ccbe1da 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -2513,7 +2513,7 @@ init_display ()
#endif
#if defined (LINUX) && defined (HAVE_LIBNCURSES)
/* In some versions of ncurses,
- tparm crashes if we have not called tgetent.
+ tputs crashes if we have not called tgetent.
So call tgetent. */
{ char b[2044]; tgetent (b, "xterm");}
#endif