[oe-commits] Richard Tollerton : ncurses-terminfo-base: include screen-256color

git at git.openembedded.org git at git.openembedded.org
Wed Jul 22 22:13:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 08d57ffe9ae490d6019021ff02475c3b3a97e837
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=08d57ffe9ae490d6019021ff02475c3b3a97e837

Author: Richard Tollerton <rich.tollerton at ni.com>
Date:   Fri Jul 17 14:59:28 2015 -0500

ncurses-terminfo-base: include screen-256color

Nominally tmux sets TERM=screen which we are including in
ncurses-terminfo-base. However, if tmux detects that it's running in a
terminal capable of 256-color output (e.g. xterm-256color), it will
instead use TERM=screen-256color. We aren't including that, and we ought
to be.

Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/ncurses/ncurses.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 087fc93..ffd80ee 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -176,7 +176,7 @@ do_install() {
 
         # include some basic terminfo files
         # stolen ;) from gentoo and modified a bit
-        for x in ansi console dumb linux rxvt screen sun vt52 vt100 vt102 vt200 vt220 xterm-color xterm-xfree86 xterm-256color
+        for x in ansi console dumb linux rxvt screen screen-256color sun vt52 vt100 vt102 vt200 vt220 xterm-color xterm-xfree86 xterm-256color
         do
                 local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)"
                 local basedir="$(basename $(dirname "${termfile}"))"



More information about the Openembedded-commits mailing list