diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 () | |||
| 2513 | #endif | 2513 | #endif |
| 2514 | #if defined (LINUX) && defined (HAVE_LIBNCURSES) | 2514 | #if defined (LINUX) && defined (HAVE_LIBNCURSES) |
| 2515 | /* In some versions of ncurses, | 2515 | /* In some versions of ncurses, |
| 2516 | tparm crashes if we have not called tgetent. | 2516 | tputs crashes if we have not called tgetent. |
| 2517 | So call tgetent. */ | 2517 | So call tgetent. */ |
| 2518 | { char b[2044]; tgetent (b, "xterm");} | 2518 | { char b[2044]; tgetent (b, "xterm");} |
| 2519 | #endif | 2519 | #endif |