[konsole] [Bug 471353] Using ANSI codes to set the title has a delay of one title

2023-06-22 Thread sergio . costas
https://bugs.kde.org/show_bug.cgi?id=471353 --- Comment #2 from sergio.cos...@canonical.com --- 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

[konsole] [Bug 471353] Using ANSI codes to set the title has a delay of one title

2023-06-22 Thread sergio . costas
https://bugs.kde.org/show_bug.cgi?id=471353 --- Comment #1 from sergio.cos...@canonical.com --- Running this script also shows the bug: #!/bin/sh echo -n "\033]2;New terminal title1\007" sleep 2 echo -n "\033]2;New terminal title2\007" sleep 2 echo -n "\033]2;New