[konsole] [Bug 471353] Using ANSI codes to set the title has a delay of one title
sergio.costas at canonical.com
sergio.costas at canonical.com
Thu Jun 22 20:06:50 BST 2023
https://bugs.kde.org/show_bug.cgi?id=471353
--- Comment #1 from sergio.costas at canonical.com <sergio.costas at 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 terminal title3\007"
sleep 2
When launching it, the title changes to "New terminal title1", and after six
seconds, it changes to "New terminal title3" when it ends and returns to the
command line. The "New terminal title2" title is never shown.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list