Add comment about changing Icon using ]32;

This commit is contained in:
Kurt Hindenburg
2012-02-09 23:01:47 -05:00
parent fc2ae02a23
commit 8bceb701a7

View File

@@ -527,6 +527,9 @@ void Session::setUserTitle(int what, const QString& caption)
emit openUrlRequest(cwd);
}*/
/* The below use of 32 works but appears to non-standard.
It is from a commit from 2004 c20973eca8776f9b4f15bee5fdcb5a3205aa69de
*/
// change icon via \033]32;Icon\007
if (what == 32) {
if (_iconName != caption) {