diff mbox

[1/2] ncurses: Copy terminfo for 'dumb' terminal

Message ID 20170603000013.5402-1-andrew.smirnov@gmail.com
State Accepted
Headers show

Commit Message

Andrey Smirnov June 3, 2017, midnight UTC
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>
---
 package/ncurses/ncurses.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni June 4, 2017, 7:58 a.m. UTC | #1
Hello,

On Fri,  2 Jun 2017 17:00:12 -0700, Andrey Smirnov wrote:
> 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>
> ---
>  package/ncurses/ncurses.mk | 1 +
>  1 file changed, 1 insertion(+)

Thanks both applied. Peter: since these patches are fixing runtime
issues, I would suggest to take them for the LTS branch as well.

Thomas
Peter Korsgaard June 6, 2017, 11:18 a.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Fri,  2 Jun 2017 17:00:12 -0700, Andrey Smirnov wrote:
 >> 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>
 >> ---
 >> package/ncurses/ncurses.mk | 1 +
 >> 1 file changed, 1 insertion(+)

 > Thanks both applied. Peter: since these patches are fixing runtime
 > issues, I would suggest to take them for the LTS branch as well.

Agreed. Committed to 2017.02.x and (the newly created) 2017.05.x
branches, thanks.
diff mbox

Patch

diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 2b99d3f..d8ad9dd 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -47,6 +47,7 @@  endif
 
 NCURSES_TERMINFO_FILES = \
 	a/ansi \
+	d/dumb \
 	l/linux \
 	p/putty \
 	p/putty-vt100 \