Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-server/pull/89#discussion_r113614248
  
    --- Diff: src/terminal/terminal_handlers.c ---
    @@ -1196,6 +1226,10 @@ int guac_terminal_osc(guac_terminal* term, unsigned 
char c) {
             else if (operation == 482203)
                 term->char_handler = guac_terminal_close_pipe_stream;
     
    +        /* Set window title OSC */
    +        else if (operation == 0 || operation == 2)
    --- End diff --
    
    I hereby nominate you to open an impassioned JIRA issue to track this 
cleanup.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to