xterm 256 color

I think this is necessary, so that the terminal has rich colors and is not old-fashioned
pull/10/head
DELEPaps 3 years ago committed by GitHub
parent 3cd399fcd2
commit 75850a42f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save