diff options
| author | Richard Tollerton <rich.tollerton@ni.com> | 2015-07-17 14:59:28 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-23 08:48:39 +0100 |
| commit | fd31e626354e4ecbbcf6143cc3772db683b6ae33 (patch) | |
| tree | f8e2a52fbc63760a54d490dc17ab247976f2a205 | |
| parent | 6e78cc4fad881d36a158495f1e1a03bd7d3f006a (diff) | |
| download | poky-fd31e626354e4ecbbcf6143cc3772db683b6ae33.tar.gz | |
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.
(From OE-Core rev: 5624dfcea87da54c49ba1d63b528da020f351908)
Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 087fc93bd0..ffd80ee7c7 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
| @@ -176,7 +176,7 @@ do_install() { | |||
| 176 | 176 | ||
| 177 | # include some basic terminfo files | 177 | # include some basic terminfo files |
| 178 | # stolen ;) from gentoo and modified a bit | 178 | # stolen ;) from gentoo and modified a bit |
| 179 | for x in ansi console dumb linux rxvt screen sun vt52 vt100 vt102 vt200 vt220 xterm-color xterm-xfree86 xterm-256color | 179 | for x in ansi console dumb linux rxvt screen screen-256color sun vt52 vt100 vt102 vt200 vt220 xterm-color xterm-xfree86 xterm-256color |
| 180 | do | 180 | do |
| 181 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" | 181 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" |
| 182 | local basedir="$(basename $(dirname "${termfile}"))" | 182 | local basedir="$(basename $(dirname "${termfile}"))" |
