From 6a428f7704bfb328b10858e02e995d489783ee5a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 23 May 1996 01:34:07 +0000 Subject: [PATCH] Comment fix. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5