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
commited9fd4bd7826cd820740719dbaf87df2476ac071 (patch)
tree7a6698d6bd545509ad436a1afd2b72839408123b /src/dispnew.c
parentb834de7bbdf5515bc6ff002cc5646853eb56bca7 (diff)
downloademacs-ed9fd4bd7826cd820740719dbaf87df2476ac071.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