Comment fix.
This commit is contained in:
parent
26ff97e7d1
commit
6a428f7704
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue