ncurses: Copy terminfo for 'dumb' terminal
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Sat, 3 Jun 2017 00:00:12 +0000 (17:00 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Jun 2017 07:54:52 +0000 (09:54 +0200)
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>
package/ncurses/ncurses.mk

index 2b99d3f5388862f771312f640d53ed06ce71f42a..d8ad9dd6b66f542f4b618ee2a82c43a9125a50ab 100644 (file)
@@ -47,6 +47,7 @@ endif
 
 NCURSES_TERMINFO_FILES = \
        a/ansi \
+       d/dumb \
        l/linux \
        p/putty \
        p/putty-vt100 \