OSDN Git Service

Consult tput about color control sequence support
authorGreg Hackmann <ghackmann@google.com>
Mon, 23 Jun 2014 21:05:06 +0000 (14:05 -0700)
committerGreg Hackmann <ghackmann@google.com>
Thu, 12 Feb 2015 17:52:30 +0000 (09:52 -0800)
commitd95c7f70ab563d9b9cdb2ae9a092404651790025
tree2e83fbc42a2619b57d34bb69573d8ce888ef41cb
parent7fc55db30e1346adc5f8b2712bb28787b000dcdb
Consult tput about color control sequence support

Blocking these sequences on Darwin has false positives (Terminal.app)
and false negatives (Eclipse CDT on Linux).  Instead let's ask the
terminal what it supports.

Change-Id: I907942925a8b30abc1ea920f077b5fc3af815ba4
Signed-off-by: Greg Hackmann <ghackmann@google.com>
envsetup.sh