I don't think \033]31 has ever worked in KDE 4.x

This commit is contained in:
Kurt Hindenburg
2012-02-09 22:18:16 -05:00
parent 1db95618c9
commit fc2ae02a23

View File

@@ -520,11 +520,12 @@ void Session::setUserTitle(int what, const QString& caption)
}
}
/* I don't belive this has ever worked in KDE 4.x
if (what == 31) {
QString cwd = caption;
cwd = cwd.replace(QRegExp("^~"), QDir::homePath());
emit openUrlRequest(cwd);
}
}*/
// change icon via \033]32;Icon\007
if (what == 32) {