Przeglądaj źródła

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>
Andrey Smirnov 8 lat temu
rodzic
commit
f6d80896a7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      package/ncurses/ncurses.mk

+ 1 - 0
package/ncurses/ncurses.mk

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