Fix #41: TERM env variable is now set by the plugin.

This commit is contained in:
Filippo Scognamiglio 2014-07-31 19:24:16 +02:00
parent 623dc9e76b
commit 61b733ba78

View File

@ -74,6 +74,8 @@ Session *KSession::createSession(QString name)
QString shellProg = envshell != NULL ? envshell : "/bin/bash";
session->setProgram(shellProg);
setenv("TERM", "xterm", 1);
//session->setProgram();
QStringList args("");