Skip to content
  • Christian Muehlhaeuser's avatar
    Support status report requests for text-colors · 967c42a1
    Christian Muehlhaeuser authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    Summary:
    Konsole already responds to background color status report
    requests, but ignores requests for the foreground color.
    This adds the support and makes Konsole behave like other xterm /
    VTE-based terminals.
    
    Test Plan:
    Run 'printf "\033]10;?\a"' in a bash shell and Konsole should
    respond with the current foreground color setting on stdout.
    967c42a1