mirror of
https://github.com/KDE/konsole.git
synced 2026-05-18 19:47:16 -04:00
Add comment about changing Icon using ]32;
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user