From baad9e8a1c5b54d5728ce48d36726ed78754285f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 27 Apr 2019 12:08:48 +0900 Subject: [PATCH] NEWS: Note about $TERM requirement [ci skip] --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eb7491ff44..a858f7f3d2 100644 --- a/NEWS +++ b/NEWS @@ -91,7 +91,7 @@ ERB:: IRB:: * Introduce syntax highlight inspired by pry.gem to inspect output for some - core-class objects and binding.irb source lines. + core-class objects and binding.irb source lines if $TERM is set and not dumb. Net::IMAP::