ncurses: Copy terminfo for 'dumb' terminal

Definition of 'dumb' terminal is required to be able to call 'top -b'
from 'procps-ng'.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Andrey Smirnov 2017-06-02 17:00:12 -07:00 committed by Thomas Petazzoni
parent 53530cb994
commit f6d80896a7

View file

@ -47,6 +47,7 @@ endif
NCURSES_TERMINFO_FILES = \
a/ansi \
d/dumb \
l/linux \
p/putty \
p/putty-vt100 \