[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [konsole] src: Add COLORTERM=truecolor to the environment
From:       Kurt Hindenburg <kurt.hindenburg () gmail ! com>
Date:       2016-11-19 19:40:15
Message-ID: E1c8BUl-0007Hq-VD () code ! kde ! org
[Download RAW message or body]

Git commit 8c7f165ed6fe1b72e5dfecd1ab24deaddedf9fd6 by Kurt Hindenburg.
Committed on 19/11/2016 at 19:39.
Pushed by hindenburg into branch 'master'.

Add COLORTERM=truecolor to the environment

FEATURE: 371919

M  +1    -1    src/Profile.cpp

http://commits.kde.org/konsole/8c7f165ed6fe1b72e5dfecd1ab24deaddedf9fd6

diff --git a/src/Profile.cpp b/src/Profile.cpp
index 096c909..7cdc73c 100644
--- a/src/Profile.cpp
+++ b/src/Profile.cpp
@@ -158,7 +158,7 @@ FallbackProfile::FallbackProfile()
     // See Pty.cpp on why Arguments is populated
     setProperty(Arguments, QStringList() << qgetenv("SHELL"));
     setProperty(Icon, "utilities-terminal");
-    setProperty(Environment, QStringList() << QStringLiteral("TERM=xterm"));
+    setProperty(Environment, QStringList() << QStringLiteral("TERM=xterm") << \
QStringLiteral("COLORTERM=truecolor"));  setProperty(LocalTabTitleFormat, "%d : %n");
     setProperty(RemoteTabTitleFormat, "(%u) %H");
     setProperty(ShowTerminalSizeHint, true);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic