Rex Dieter 519a622
diff -up konsole-4.14.3/src/Profile.cpp.xterm-256color konsole-4.14.3/src/Profile.cpp
Rex Dieter 519a622
--- konsole-4.14.3/src/Profile.cpp.xterm-256color	2014-10-31 23:17:02.000000000 -0500
Rex Dieter 519a622
+++ konsole-4.14.3/src/Profile.cpp	2014-12-23 09:16:18.242526791 -0600
Rex Dieter 519a622
@@ -150,7 +150,7 @@ FallbackProfile::FallbackProfile()
Rex Dieter 519a622
     setProperty(Command, qgetenv("SHELL"));
Rex Dieter 519a622
     setProperty(Arguments, QStringList() << qgetenv("SHELL"));
Rex Dieter 519a622
     setProperty(Icon, "utilities-terminal");
Rex Dieter 519a622
-    setProperty(Environment, QStringList() << "TERM=xterm");
Rex Dieter 519a622
+    setProperty(Environment, QStringList() << "TERM=xterm-256color");
Rex Dieter 519a622
     setProperty(LocalTabTitleFormat, "%d : %n");
Rex Dieter 519a622
     setProperty(RemoteTabTitleFormat, "(%u) %H");
Rex Dieter 519a622
     setProperty(ShowTerminalSizeHint, true);
Rex Dieter 519a622
diff -up konsole-4.14.3/src/Pty.cpp.xterm-256color konsole-4.14.3/src/Pty.cpp
Rex Dieter 519a622
--- konsole-4.14.3/src/Pty.cpp.xterm-256color	2014-10-31 23:17:02.000000000 -0500
Rex Dieter 519a622
+++ konsole-4.14.3/src/Pty.cpp	2014-12-23 09:16:43.828569726 -0600
Rex Dieter 519a622
@@ -218,7 +218,7 @@ void Pty::addEnvironmentVariables(const
Rex Dieter 519a622
 
Rex Dieter 519a622
     // extra safeguard to make sure $TERM is always set
Rex Dieter 519a622
     if (!isTermEnvAdded) {
Rex Dieter 519a622
-        setEnv("TERM", "xterm");
Rex Dieter 519a622
+        setEnv("TERM", "xterm-256color");
Rex Dieter 519a622
     }
Rex Dieter 519a622
 }
Rex Dieter 519a622