[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:13:56 BST 2023
    
    
  
https://bugs.kde.org/show_bug.cgi?id=471353
--- Comment #2 from sergio.costas at canonical.com <sergio.costas at 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 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 the assignee for the bug.
    
    
More information about the konsole-devel
mailing list