mirror of
https://github.com/KDE/konsole.git
synced 2026-05-08 22:53:06 -04:00
I don't think \033]31 has ever worked in KDE 4.x
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user