Mercurial > emacs
changeset 15282:7db3a832db9e
Comment fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 23 May 1996 01:34:07 +0000 |
parents | dd275783c873 |
children | b2be450a8da4 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Wed May 22 21:47:37 1996 +0000 +++ b/src/dispnew.c Thu May 23 01:34:07 1996 +0000 @@ -2513,7 +2513,7 @@ #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