Github user jmuehlner commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-server/pull/89#discussion_r113614127
--- 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 --
Same as on the other PR - it would be lovely if these were constants, but
that can wait for a cleanup change later I suppose.
---
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.
---