Comment fix.

This commit is contained in:
Karl Heuer 1996-05-23 01:34:07 +00:00
parent 26ff97e7d1
commit 6a428f7704

View file

@ -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