mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
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…
Reference in a new issue