https://bugs.kde.org/show_bug.cgi?id=471353
--- Comment #2 from [email protected] <[email protected]> --- This python3 program also reproduces the problem: #!/usr/bin/env python3 import time print("\033]2;Window title 1\007", flush=True, end="") time.sleep(2) print("\033]2;Window title 2\007", flush=True, end="") time.sleep(2) print("\033]2;Window title 3\007", flush=True, end="") time.sleep(2) -- You are receiving this mail because: You are watching all bug changes.
